From 799c18bc3c089c193caddc820907a637d8f67cf9 Mon Sep 17 00:00:00 2001 From: specCon18 Date: Tue, 15 Aug 2023 04:19:08 -0400 Subject: [PATCH] re enabled hyprland --- flake.nix | 10 +++++----- hosts/katana/system-pkgs.nix | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) 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