mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
nix-less hm config ready
This commit is contained in:
parent
f28ec054cd
commit
1d170da221
11 changed files with 63 additions and 160 deletions
10
flake.nix
10
flake.nix
|
|
@ -56,14 +56,6 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
${config.user.name} = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./src/system/machines/nix-less
|
||||
];
|
||||
};
|
||||
};
|
||||
homeConfigurations = import ./src/system/machines/nix-less;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue