hopper things
This commit is contained in:
parent
498f3050d5
commit
926f8b190b
14 changed files with 96 additions and 22 deletions
|
@ -16,6 +16,10 @@
|
|||
programs.nix-index.enableFishIntegration = false;
|
||||
}
|
||||
];
|
||||
"xun@hopper" = [
|
||||
../.
|
||||
./hopper
|
||||
];
|
||||
};
|
||||
|
||||
inherit (inputs.home-manager.lib) homeManagerConfiguration;
|
||||
|
@ -31,6 +35,10 @@ in {
|
|||
modules = homeImports."xun@nixdesk";
|
||||
inherit pkgs extraSpecialArgs;
|
||||
};
|
||||
"xun@hopper" = homeManagerConfiguration {
|
||||
modules = homeImports."xun@hopper";
|
||||
inherit pkgs extraSpecialArgs;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue