Compare commits

..

No commits in common. "55c41e4f3fe2599a361e8e70e13286210740e588" and "9d51472c88bb7b3445abf896e227b84a8a228c70" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ 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 = ''

View File

@ -10,7 +10,6 @@
userSettings = {
"update.mode" = "none";
"workbench.colorTheme" = "Gruvbox Dark Hard";
"files.trimTrailingWhitespace" = true;
};
};
}