Skip to content

Commit

Permalink
bruddynix: disable unnecessary programs
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 19, 2024
1 parent 7cb7c8d commit 0ef2cc5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions homes/x86_64-linux/bruddy@bruddynix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,26 @@ in
};

terminal = {
# No need for all these on his computer
emulators = {
alacritty.enable = false;
kitty.enable = false;
wezterm.enable = false;
};

media = {
ncmpcpp = disabled;
};

shell.nushell.enable = false;

tools = {
# No need for all these on his computer
carapace.enable = false;
fup-repl.enable = false;
jujutsu.enable = false;
topgrade.enable = false;

git = {
enable = true;
};
Expand Down

0 comments on commit 0ef2cc5

Please sign in to comment.