home/pueue: init
This commit is contained in:
@@ -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
6
home/services/pueue.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.pueue = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user