fix(home): force set homeDirectory with mkForce
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s

This commit is contained in:
uttarayan21
2025-09-04 17:31:36 +05:30
parent 6d12728ae8
commit 5dbf838765

View File

@@ -32,7 +32,7 @@
home = { home = {
username = device.user; username = device.user;
homeDirectory = device.home; homeDirectory = lib.mkForce device.home;
file = { file = {
".config/fish/themes".source = pkgs.catppuccinThemes.fish + "/themes"; ".config/fish/themes".source = pkgs.catppuccinThemes.fish + "/themes";