diff --git a/hosts/yuki/home.nix b/hosts/yuki/home.nix index 2c61281..c8a9536 100644 --- a/hosts/yuki/home.nix +++ b/hosts/yuki/home.nix @@ -1,7 +1,6 @@ { config, pkgs, - lib, ... }: { imports = [ @@ -11,7 +10,7 @@ systemd.user.startServices = "sd-switch"; programs.home-manager.enable = true; - home = lib.mkForce { + home = { username = "notoh"; homeDirectory = "/home/notoh"; stateVersion = "23.05";