mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-23 07:21:58 +00:00
Added pueue to homeserver
This commit is contained in:
13
home-manager/homeserver/services.nix
Normal file
13
home-manager/homeserver/services.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
unstablePkgs,
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
pueue.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -149,6 +149,7 @@
|
||||
ouch
|
||||
pass
|
||||
passh
|
||||
pueue
|
||||
pinentry-tty
|
||||
pkg-config
|
||||
podman-compose
|
||||
|
||||
Reference in New Issue
Block a user