will _this_ fix?

This commit is contained in:
jacekpoz 2023-07-14 22:14:43 +02:00
parent 3a922a290d
commit 091194d206
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,7 @@
home = {
username = "jacek";
homeDirectory = "/home/${config.home.username}";
homeDirectory = "/home/jacek";
packages = with pkgs; [
git
librewolf-wayland

View file

@ -23,7 +23,6 @@
programs.zsh.enable = true;
users.users.chmura = {
homeDirectory = "/home/chmura";
isNormalUser = true;
extraGroups = ["wheel"];
shell = pkgs.zsh;