will _this_ fix?
This commit is contained in:
parent
3a922a290d
commit
091194d206
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
home = {
|
||||
username = "jacek";
|
||||
homeDirectory = "/home/${config.home.username}";
|
||||
homeDirectory = "/home/jacek";
|
||||
packages = with pkgs; [
|
||||
git
|
||||
librewolf-wayland
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
programs.zsh.enable = true;
|
||||
|
||||
users.users.chmura = {
|
||||
homeDirectory = "/home/chmura";
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel"];
|
||||
shell = pkgs.zsh;
|
||||
|
|
Loading…
Reference in a new issue