fix ssh and base profiles
This commit is contained in:
parent
b80c457dad
commit
03f0fbfc82
|
@ -23,6 +23,7 @@ in {
|
|||
|
||||
(with presets.home-manager.by-user; [
|
||||
root.base
|
||||
chaos.base
|
||||
chaos.guiDevDesktop
|
||||
chaos.gaming
|
||||
])
|
||||
|
|
7
presets/home-manager/by-user/chaos/base.nix
Normal file
7
presets/home-manager/by-user/chaos/base.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{tree, ...}: {
|
||||
home-manager.users.chaos = {
|
||||
imports = with tree.presets.home-manager; [
|
||||
base
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue