This commit is contained in:
Miguel Palhas
2025-01-06 22:26:10 +00:00
parent e3afed33ab
commit 2475f7818a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7,13 +7,13 @@ in
./rofi.nix ./rofi.nix
./dunst.nix ./dunst.nix
./cursor.nix ./cursor.nix
./hyprpanel.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
hyprcursor hyprcursor
pamixer pamixer
hyprshot hyprshot
hyprpanel
playerctl playerctl
]; ];
+1
View File
@@ -9,6 +9,7 @@
}: }:
{ {
imports = [ imports = [
inputs.hyprpanel.homeManagerModules.hyprpanel
inputs.nix-colors.homeManagerModule inputs.nix-colors.homeManagerModule
inputs.nixvim.homeManagerModules.nixvim inputs.nixvim.homeManagerModules.nixvim
catppuccin.homeManagerModules.catppuccin catppuccin.homeManagerModules.catppuccin