Change desktop to headless
This commit is contained in:
parent
8607e1dee4
commit
b48cc7774a
5 changed files with 19 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
config,
|
||||
desktop,
|
||||
headless ? false,
|
||||
hostname,
|
||||
inputs,
|
||||
outputs,
|
||||
|
@ -44,7 +44,7 @@ let
|
|||
|
||||
shared-packages = import "${self}/nix/lib/shared/home-manager-packages.nix" {
|
||||
inherit
|
||||
desktop
|
||||
headless
|
||||
inputs
|
||||
pkgs
|
||||
username
|
||||
|
@ -56,7 +56,7 @@ in
|
|||
|
||||
home.packages =
|
||||
shared-packages
|
||||
++ pkgs.lib.optionals desktop (
|
||||
++ pkgs.lib.optionals (!headless) (
|
||||
with pkgs;
|
||||
[
|
||||
build-glove80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue