fix(home): force set homeDirectory with mkForce
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
home = {
|
||||
username = device.user;
|
||||
homeDirectory = device.home;
|
||||
homeDirectory = lib.mkForce device.home;
|
||||
|
||||
file = {
|
||||
".config/fish/themes".source = pkgs.catppuccinThemes.fish + "/themes";
|
||||
|
||||
Reference in New Issue
Block a user