mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-11-12 09:12:07 +01:00
remove programs from non graphical envs
This commit is contained in:
parent
f8f8d4ca2b
commit
5c9e9661f8
4 changed files with 8 additions and 6 deletions
home-manager/programs
|
|
@ -1,5 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
enable = if config.machine.isGraphical then true else false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue