diff --git a/homes/jacek/default.nix b/homes/jacek/default.nix index 0926c460..2695c797 100644 --- a/homes/jacek/default.nix +++ b/homes/jacek/default.nix @@ -20,7 +20,7 @@ home = { username = "jacek"; - homeDirectory = "/home/${config.home.username}"; + homeDirectory = "/home/jacek"; packages = with pkgs; [ git librewolf-wayland diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index 4f55c7a0..37920bfd 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -23,7 +23,6 @@ programs.zsh.enable = true; users.users.chmura = { - homeDirectory = "/home/chmura"; isNormalUser = true; extraGroups = ["wheel"]; shell = pkgs.zsh;