re enabled hyprland

This commit is contained in:
specCon18 2023-08-15 04:19:08 -04:00
parent bdb22dbc6f
commit 799c18bc3c
2 changed files with 7 additions and 5 deletions

View file

@ -63,8 +63,8 @@
./machines/katana.nix #machine specific configuration
"speccon18" #default user
[
# hyprland.nixosModules.default
# ./modules/system/desktop-environments/hyprland.nix
hyprland.nixosModules.default
./modules/system/desktop-environments/hyprland.nix
./hosts/katana/default.nix
./hosts/katana/networkd.nix
./hosts/katana/system-pkgs.nix
@ -74,10 +74,10 @@
./modules/system/services/syncthing.nix
./modules/system/services/tailscale.nix
] #extra modules to load
] #extra modules to be loaded
[
# hyprland.homeManagerModules.default
# ./modules/home-manager/hyprland.nix
hyprland.homeManagerModules.default
./modules/home-manager/hyprland.nix
./modules/home-manager/helix.nix
./modules/home-manager/alacritty.nix
./modules/home-manager/vscode.nix

View file

@ -25,5 +25,7 @@
python39
gcc
bottom
felix-fm
gitui
];
}