Fix laptop config

This commit is contained in:
2024-06-04 20:48:23 -05:00
parent 2a2a046560
commit 09099bf87c
2 changed files with 6 additions and 1 deletions

View File

@@ -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";

View File

@@ -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;