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/git
../modules/zoxide ../modules/zoxide
../modules/fish ../modules/fish
../modules/wezterm ../modules/ghostty
../modules/zellij
../modules/nvim ../modules/nvim
../modules/lazygit ../modules/lazygit
]; ];

View file

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

View file

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

View file

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