mirror of
https://github.com/wlcx/home.git
synced 2025-11-02 06:03:45 +00:00
Compare commits
2 Commits
9d51472c88
...
55c41e4f3f
| Author | SHA1 | Date | |
|---|---|---|---|
| 55c41e4f3f | |||
| d484d8677a |
@ -34,6 +34,7 @@ in {
|
||||
ip = "ip --color=auto";
|
||||
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
|
||||
nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'";
|
||||
da = "direnv allow .";
|
||||
};
|
||||
# Extra .zshrc stuff
|
||||
initExtra = ''
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
userSettings = {
|
||||
"update.mode" = "none";
|
||||
"workbench.colorTheme" = "Gruvbox Dark Hard";
|
||||
"files.trimTrailingWhitespace" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user