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