parent
303122dfc8
commit
11adcacd6f
35 changed files with 524 additions and 415 deletions
devices/cluster
|
@ -19,6 +19,22 @@ in {
|
|||
self.nixosModules.server
|
||||
];
|
||||
|
||||
home-manager.users = rec {
|
||||
root = {
|
||||
imports = [
|
||||
self.homeManagerModules.neovim
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
enableIde = true;
|
||||
user = mainUser;
|
||||
};
|
||||
};
|
||||
|
||||
${mainUser} = root;
|
||||
};
|
||||
|
||||
# State Version: DO NOT CHANGE
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue