Move 'vm' host home into home manager flake
parent
b039acd9c1
commit
b7c27b53fa
|
|
@ -78,13 +78,13 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".inputrc".source = ../../dots/.inputrc;
|
".inputrc".source = ../../../dots/.inputrc;
|
||||||
".bashrc.d/prompt".source = ../../dots/.bashrc.d/prompt;
|
".bashrc.d/prompt".source = ../../../dots/.bashrc.d/prompt;
|
||||||
".bashrc.d/editor".source = ../../dots/.bashrc.d/editor;
|
".bashrc.d/editor".source = ../../../dots/.bashrc.d/editor;
|
||||||
".config/kitty/kitty.conf".source = ../../dots/.config/kitty/kitty.conf;
|
".config/kitty/kitty.conf".source = ../../../dots/.config/kitty/kitty.conf;
|
||||||
".config/kitty/themes/zenwritten_light.conf".source =
|
".config/kitty/themes/zenwritten_light.conf".source =
|
||||||
../../dots/.config/kitty/themes/zenwritten_light.conf;
|
../../../dots/.config/kitty/themes/zenwritten_light.conf;
|
||||||
".config/kitty/themes/zenwritten_dark.conf".source =
|
".config/kitty/themes/zenwritten_dark.conf".source =
|
||||||
../../dots/.config/kitty/themes/zenwritten_dark.conf;
|
../../../dots/.config/kitty/themes/zenwritten_dark.conf;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
users.h = ./home.nix;
|
users.h = ../../home/hosts/vm;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.qemuGuest.enable = true;
|
services.qemuGuest.enable = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue