diff --git a/flake.nix b/flake.nix index 7c7092c..459aa1c 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/hosts/katana/system-pkgs.nix b/hosts/katana/system-pkgs.nix index a8c367e..e7c40bf 100644 --- a/hosts/katana/system-pkgs.nix +++ b/hosts/katana/system-pkgs.nix @@ -25,5 +25,7 @@ python39 gcc bottom + felix-fm + gitui ]; } \ No newline at end of file