tweak(infinidoge): only enable Firefox if graphical
This commit is contained in:
parent
562af7c9ea
commit
c5009c57d8
1 changed files with 1 additions and 3 deletions
|
@ -27,9 +27,7 @@ in
|
|||
userEmail = "infinidoge@doge-inc.net";
|
||||
userName = "Infinidoge";
|
||||
};
|
||||
firefox = {
|
||||
enable = true;
|
||||
};
|
||||
firefox.enable = config.info.graphical;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; lib.flatten [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue