mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +01:00
Change to wayland version
This commit is contained in:
parent
4b060fce1b
commit
7e778192cb
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@ in
|
||||||
custom.user.jopejoe1.home.enable = true;
|
custom.user.jopejoe1.home.enable = true;
|
||||||
users.users.jopejoe1 = {
|
users.users.jopejoe1 = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "jopejoe1";
|
description = "jopejoe1 🚫";
|
||||||
#initialPassword = "password"; 🚫
|
#initialPassword = "password";
|
||||||
#openssh.authorizedKeys.keys = [];
|
#openssh.authorizedKeys.keys = [];
|
||||||
extraGroups = [ "wheel"]
|
extraGroups = [ "wheel"]
|
||||||
++ lib.optionals config.custom.hardware.printing.enable [ "scanner" "lp"]
|
++ lib.optionals config.custom.hardware.printing.enable [ "scanner" "lp"]
|
||||||
++ lib.optional config.networking.networkmanager.enable "networkmanger";
|
++ lib.optional config.networking.networkmanager.enable "networkmanger";
|
||||||
packages = with pkgs; [ git kate libsForQt5.ark element-desktop];
|
packages = with pkgs; [ git kate libsForQt5.ark element-desktop-wayland ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue