Change desktop to headless
This commit is contained in:
parent
8607e1dee4
commit
b48cc7774a
5 changed files with 19 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
headless ? false,
|
||||
hostname,
|
||||
inputs,
|
||||
outputs,
|
||||
pkgs,
|
||||
desktop ? false,
|
||||
self,
|
||||
system,
|
||||
username,
|
||||
|
@ -21,7 +21,7 @@
|
|||
hostname
|
||||
inputs
|
||||
outputs
|
||||
desktop
|
||||
headless
|
||||
self
|
||||
system
|
||||
username
|
||||
|
@ -170,7 +170,7 @@
|
|||
yt-dlp
|
||||
ytfzf
|
||||
]
|
||||
++ pkgs.lib.optionals desktop [
|
||||
++ pkgs.lib.optionals (!headless) [
|
||||
acpi
|
||||
arandr
|
||||
brightnessctl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue