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:
parent
26f35df7ad
commit
aa4a8347ec
11 changed files with 67 additions and 29 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue