uses new config on dnsc-work

This commit is contained in:
Dennis 2025-12-11 13:21:05 +01:00
parent 6b5bd65a32
commit 4177f612e5
4 changed files with 4 additions and 6 deletions

View file

@ -17,7 +17,8 @@
../modules/git
../modules/zoxide
../modules/fish
../modules/wezterm
../modules/ghostty
../modules/zellij
../modules/nvim
../modules/lazygit
];

View file

@ -30,6 +30,7 @@
environment.systemPackages = with pkgs; [
circumflex
gh
fnm
zellij
zellij-switch
# rsync

View file

@ -4,7 +4,7 @@
enableFishIntegration = true;
package = null;
settings = {
font-size = 17;
font-size = 18;
font-family = "Victor Mono";
font-style = "SemiBold";
background-opacity = 0.945;

View file

@ -15,10 +15,6 @@
cleanup = "zap";
};
taps = [
"homebrew/services"
];
brews = [
"go"
"mas"