users.pbsds: enable pueue

This commit is contained in:
Peder Bergebakken Sundt 2025-01-15 08:42:11 +01:00
parent 46fd830de0
commit d137a2ae37
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
./profiles/bat.nix ./profiles/bat.nix
#./profiles/xdg-ninja.nix #./profiles/xdg-ninja.nix
./profiles/git.nix ./profiles/git.nix
./profiles/pueue.nix
./profiles/gtk.nix ./profiles/gtk.nix
./profiles/micro.nix ./profiles/micro.nix
./profiles/ast-grep.nix ./profiles/ast-grep.nix

View File

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