diff --git a/users/pbsds/home/default.nix b/users/pbsds/home/default.nix index 794b1fb..38e0724 100644 --- a/users/pbsds/home/default.nix +++ b/users/pbsds/home/default.nix @@ -9,6 +9,7 @@ ./profiles/bat.nix #./profiles/xdg-ninja.nix ./profiles/git.nix + ./profiles/pueue.nix ./profiles/gtk.nix ./profiles/micro.nix ./profiles/ast-grep.nix diff --git a/users/pbsds/home/profiles/pueue.nix b/users/pbsds/home/profiles/pueue.nix new file mode 100644 index 0000000..71134b6 --- /dev/null +++ b/users/pbsds/home/profiles/pueue.nix @@ -0,0 +1,3 @@ +{ + services.pueue.enable = true; +}