mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +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
|
ouch
|
||||||
pass
|
pass
|
||||||
passh
|
passh
|
||||||
|
pueue
|
||||||
pinentry-tty
|
pinentry-tty
|
||||||
pkg-config
|
pkg-config
|
||||||
podman-compose
|
podman-compose
|
||||||
|
|||||||
Reference in New Issue
Block a user