Refining modules/nixos/base.nix to make sense for more machines

There is a few additional changes due to typos introduced while working
on other stuff.
This commit is contained in:
Jay Looney 2025-12-02 15:07:14 -06:00
parent 26f35df7ad
commit aa4a8347ec
11 changed files with 67 additions and 29 deletions

View file

@ -73,6 +73,11 @@
helix.enable = true;
zoxide.enable = true;
fd.enable = true;
difftastic.enable = true;
difftastic.git.enable = true;
difftastic.git.diffToolMode = true;
mergiraf.enable = true;
};
programs.starship = {
@ -522,9 +527,9 @@
programs.vscode = {
enable = true;
mutableExtensionsDir = true; # mutually exclusive to programs.vscode.profiles
profiles.default.userSettings = {
"[nix]"."editor.tabSize" = 2;
};
# profiles.default.userSettings = {
# "[nix]"."editor.tabSize" = 2;
# };
};
# services.podman.enable = true;
}