refactor: update configurations and fix inconsistent naming
Refactor various NixOS and home-manager configurations to improve consistency and readability. Correct naming inconsistencies, ensure proper indentation, and restructure Samba settings for better clarity and maintainability.
This commit is contained in:
parent
26b76063e1
commit
3953362456
17 changed files with 49 additions and 49 deletions
|
@ -102,7 +102,10 @@ in
|
|||
};
|
||||
starship.enable = true;
|
||||
mosh.enable = true;
|
||||
vim.defaultEditor = true;
|
||||
vim = {
|
||||
defaultEditor = true;
|
||||
enable = true;
|
||||
};
|
||||
fish.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue