Added mkIf cfg.enable
This commit is contained in:
parent
896c688be4
commit
e3649128e5
24 changed files with 26 additions and 26 deletions
|
|
@ -16,7 +16,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${homeCfg.username} = {
|
||||
programs = {
|
||||
gh.enable = true;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${homeCfg.username} = {
|
||||
imports = [./terminal/neovim.nix];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = mkIf cfg.enable {
|
||||
horseman.apps.visual = {
|
||||
firefox.enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = mkIf cfg.enable {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
policies = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue