Change desktop to headless
This commit is contained in:
parent
8607e1dee4
commit
b48cc7774a
5 changed files with 19 additions and 16 deletions
nix/lib/shared
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
desktop,
|
||||
inputs,
|
||||
headless,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
|
@ -70,7 +69,7 @@ with pkgs;
|
|||
deliver
|
||||
run
|
||||
]
|
||||
++ pkgs.lib.optionals desktop [
|
||||
++ pkgs.lib.optionals (!headless) [
|
||||
# Scripts.
|
||||
_timer
|
||||
export-video-list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue