feat(nix): update apps, tools, and system packages
- Added `blackhole-2ch` to casks and `darktable` to system packages. - Disabled `wezterm` and kept `direnv` and `alacritty` enabled in tools. - Improves utility and functionality by refining the configuration.
This commit is contained in:
parent
58d84ce88b
commit
ffc5947bec
1 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ with lib.metacfg;
|
|||
"libusb"
|
||||
"mas"
|
||||
];
|
||||
casks = [ "blackhole-2ch" ];
|
||||
masApps = { };
|
||||
onActivation = {
|
||||
cleanup = "zap";
|
||||
|
|
@ -30,7 +31,7 @@ with lib.metacfg;
|
|||
tools = {
|
||||
direnv.enable = true;
|
||||
alacritty.enable = true;
|
||||
wezterm.enable = true;
|
||||
wezterm.enable = false;
|
||||
};
|
||||
build.enable = true;
|
||||
};
|
||||
|
|
@ -45,6 +46,7 @@ with lib.metacfg;
|
|||
nodejs
|
||||
qemu
|
||||
virt-manager
|
||||
darktable
|
||||
];
|
||||
|
||||
users.users.harald.shell = pkgs.fish;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue