export homeManagerModules."qenya@shaw"
This commit is contained in:
parent
d881607cb0
commit
3849eeb37b
|
@ -33,11 +33,16 @@
|
||||||
#
|
#
|
||||||
# However, note CppNix >= 2.22.3, >= 2.24 has blessed "homeModules":
|
# However, note CppNix >= 2.22.3, >= 2.24 has blessed "homeModules":
|
||||||
# https://github.com/NixOS/nix/pull/10858
|
# https://github.com/NixOS/nix/pull/10858
|
||||||
homeManagerModules."qenya" = { config, lib, pkgs, ... }: {
|
homeManagerModules = {
|
||||||
imports = [
|
"qenya".imports = [
|
||||||
plasma-manager.homeManagerModules.plasma-manager
|
plasma-manager.homeManagerModules.plasma-manager
|
||||||
./home/qenya
|
./home/qenya
|
||||||
];
|
];
|
||||||
|
|
||||||
|
"qenya@shaw".imports = [
|
||||||
|
self.homeManagerModules."qenya"
|
||||||
|
./hosts/shaw/home.nix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
colmena = {
|
colmena = {
|
||||||
|
|
Loading…
Reference in a new issue