feat(nix): Move all the gui stuff behind a bool
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
...
|
||||
}: {
|
||||
programs.firefox = {
|
||||
enable = device.isLinux;
|
||||
enable = device.hasGui;
|
||||
profiles.default = {
|
||||
userChrome = let
|
||||
# TODO: Move to subflake
|
||||
|
||||
Reference in New Issue
Block a user