global/general: disable X libs on non-graphical
This commit is contained in:
parent
f45d642938
commit
e8dc043a21
1 changed files with 2 additions and 0 deletions
|
@ -29,4 +29,6 @@
|
||||||
# FIXME: activation script doesn't work properly, and frequently errors
|
# FIXME: activation script doesn't work properly, and frequently errors
|
||||||
# channels-update.text = "${pkgs.nix}/bin/nix-channel --update";
|
# channels-update.text = "${pkgs.nix}/bin/nix-channel --update";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.noXlibs = lib.mkDefault (!config.info.graphical);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue