mirror of https://github.com/wlcx/home.git
Compare commits
No commits in common. "55c41e4f3fe2599a361e8e70e13286210740e588" and "9d51472c88bb7b3445abf896e227b84a8a228c70" have entirely different histories.
55c41e4f3f
...
9d51472c88
|
@ -34,7 +34,6 @@ in {
|
||||||
ip = "ip --color=auto";
|
ip = "ip --color=auto";
|
||||||
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
|
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
|
||||||
nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'";
|
nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'";
|
||||||
da = "direnv allow .";
|
|
||||||
};
|
};
|
||||||
# Extra .zshrc stuff
|
# Extra .zshrc stuff
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"update.mode" = "none";
|
"update.mode" = "none";
|
||||||
"workbench.colorTheme" = "Gruvbox Dark Hard";
|
"workbench.colorTheme" = "Gruvbox Dark Hard";
|
||||||
"files.trimTrailingWhitespace" = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue