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
|
@ -7,6 +7,19 @@
|
|||
# get these into the module system
|
||||
extraSpecialArgs = {inherit inputs self;};
|
||||
homeImports = {
|
||||
"xun@kidney" = [
|
||||
../.
|
||||
./kidney
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
{
|
||||
programs.nix-index = {
|
||||
enableBashIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
enableZshIntegration = false;
|
||||
};
|
||||
home.stateVersion = "24.05";
|
||||
}
|
||||
];
|
||||
"xun@nixdesk" = [
|
||||
../.
|
||||
./nixdesk
|
||||
|
@ -19,12 +32,14 @@
|
|||
enableFishIntegration = false;
|
||||
enableZshIntegration = false;
|
||||
};
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
];
|
||||
"xun@hopper" = [
|
||||
../.
|
||||
./hopper
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
{home.stateVersion = "23.11";}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue