forked from poz/niksos
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 = {
|
home = {
|
||||||
username = "jacek";
|
username = "jacek";
|
||||||
homeDirectory = "/home/${config.home.username}";
|
homeDirectory = "/home/jacek";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
git
|
git
|
||||||
librewolf-wayland
|
librewolf-wayland
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
users.users.chmura = {
|
users.users.chmura = {
|
||||||
homeDirectory = "/home/chmura";
|
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel"];
|
extraGroups = ["wheel"];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
|
Loading…
Reference in a new issue