Little clean
This commit is contained in:
@@ -11,11 +11,10 @@
|
||||
};
|
||||
|
||||
# Shell apps
|
||||
home.shell.nh.enable = true;
|
||||
home.shell.zsh.enable = true;
|
||||
home.shell.git.enable = true;
|
||||
home.shell.neovim.enable = true;
|
||||
home.shell.nh.enable = true;
|
||||
home.shell.env.enable = true;
|
||||
|
||||
# No Home Application Folders
|
||||
targets.darwin.linkApps.enable = false;
|
||||
|
||||
@@ -6,14 +6,11 @@
|
||||
# Homebrew apps
|
||||
os.homebrew.iterm.enable = true;
|
||||
os.homebrew.zed.enable = true;
|
||||
os.homebrew.jetbrain.enable = true;
|
||||
os.homebrew.jetbrain.enable = false;
|
||||
os.homebrew.iina.enable = true;
|
||||
os.homebrew.zen.enable = true;
|
||||
os.homebrew.obsidian.enable = true;
|
||||
os.homebrew.microsoft.enable = true;
|
||||
os.homebrew.microsoft.enable = false;
|
||||
os.homebrew.keka.enable = true;
|
||||
os.homebrew.eul.enable = true;
|
||||
|
||||
# Fix on R install. # Case sensitive bug
|
||||
environment.systemPackages = with pkgs; [ R ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user