uses new config on dnsc-work
This commit is contained in:
parent
6b5bd65a32
commit
4177f612e5
4 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,6 @@
|
||||||
cleanup = "zap";
|
cleanup = "zap";
|
||||||
};
|
};
|
||||||
|
|
||||||
taps = [
|
|
||||||
"homebrew/services"
|
|
||||||
];
|
|
||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
"go"
|
"go"
|
||||||
"mas"
|
"mas"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue