This commit is contained in:
2026-07-22 10:23:03 -03:00
parent a2d55bf983
commit 6bbd22bce8
4 changed files with 94 additions and 2 deletions
+3 -1
View File
@@ -32,6 +32,7 @@
../../modules/home-manager/tmux
../../modules/home-manager/openspec
../../modules/home-manager/power-profiles
../../modules/home-manager/ntfy-notify
inputs.zen-browser.homeModules.beta
];
@@ -91,8 +92,9 @@
};
openspec.enable = true;
power-profiles.enable = true;
};
ntfy-notify.enable = true;
};
home.packages =
let
mediaplayerPython = pkgs.python3.withPackages (ps: with ps; [ pygobject3 ]);