add some stuff to kidney + own nvim hm module
This commit is contained in:
parent
b9db9fe232
commit
c6d1ac9fc4
9 changed files with 440 additions and 93 deletions
|
@ -42,12 +42,21 @@ in {
|
|||
./kidney
|
||||
(modulePaths [
|
||||
"core/tools.nix"
|
||||
"core/users.nix"
|
||||
|
||||
"programs/tools.nix"
|
||||
"programs/zsh.nix"
|
||||
"programs/home-manager.nix"
|
||||
|
||||
"nix"
|
||||
"nix/gc.nix"
|
||||
])
|
||||
{
|
||||
home-manager = {
|
||||
users.xun.imports = homeImports."xun@kidney";
|
||||
extraSpecialArgs = specialArgs;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
nixdesk = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue