Fix laptop config
This commit is contained in:
@@ -93,11 +93,17 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
gui = {
|
gui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
protonmail = true;
|
protonmail = true;
|
||||||
matrix = true;
|
matrix = true;
|
||||||
|
|
||||||
|
sway = {
|
||||||
|
enable = true;
|
||||||
|
desktop = false;
|
||||||
|
};
|
||||||
|
|
||||||
monitors = utils.mkMonitor {
|
monitors = utils.mkMonitor {
|
||||||
monitor = "eDP-1";
|
monitor = "eDP-1";
|
||||||
resolution = "1920x1200";
|
resolution = "1920x1200";
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
homeDirectory = "/home/eesim";
|
homeDirectory = "/home/eesim";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/sway/config".source = ./dotfiles/sway/config;
|
|
||||||
home.file.".config/nvim".source = ./dotfiles/nvim;
|
home.file.".config/nvim".source = ./dotfiles/nvim;
|
||||||
home.file.".config/waybar".source = ./dotfiles/waybar;
|
home.file.".config/waybar".source = ./dotfiles/waybar;
|
||||||
home.file.".config/fish/config.fish".source = ./dotfiles/fish/config.fish;
|
home.file.".config/fish/config.fish".source = ./dotfiles/fish/config.fish;
|
||||||
|
|||||||
Reference in New Issue
Block a user