home/pueue: init

This commit is contained in:
2024-08-05 16:37:19 +02:00
parent fdcd4e16c2
commit 1aba21d977
2 changed files with 7 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ in {
./services/git-maintenance.nix
./services/nix-channel-update.nix
./services/pueue.nix
./modules/colors.nix
./modules/shellAliases.nix

6
home/services/pueue.nix Normal file
View File

@@ -0,0 +1,6 @@
{ ... }:
{
services.pueue = {
enable = true;
};
}