home/pueue: init

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-05 16:37:19 +02:00
parent fdcd4e16c2
commit 1aba21d977
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 7 additions and 0 deletions

View File

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

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

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