hyprland.nix

This commit is contained in:
2024-04-02 00:55:27 +01:00
parent fb6a7851d8
commit 45a1233bbf
3 changed files with 27 additions and 33 deletions
+5 -13
View File
@@ -8,6 +8,7 @@
../../modules/home-manager/dunst.nix
../../modules/home-manager/terminals/alacritty.nix
../../modules/desktop/bluetooth.nix
../../modules/desktop/hyprland.nix
];
# You should not change this value, even if you update Home Manager. If you do
# want to update the value, then make sure to first check the Home Manager
@@ -135,10 +136,10 @@
recursive = true;
source = ../../modules/old_configs/ghostty;
};
"hypr" = {
recursive = true;
source = ../../modules/old_configs/hypr;
};
# "hypr" = {
# recursive = true;
# source = ../../modules/old_configs/hypr;
# };
"kitty" = {
recursive = true;
source = ../../modules/old_configs/kitty;
@@ -166,15 +167,6 @@
"user-dirs.dirs".source = ../../modules/old_configs/user-dirs.dirs;
"user-dirs.locale".source = ../../modules/old_configs/user-dirs.locale;
};
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = true;
xwayland.enable = true;
# extraConfig = ''
# ${builtins.readFile ./hyprland.conf}
# '';
};
# BEGIN PROGRAMS
programs = {