user-chch.nix aktualisiert

This commit is contained in:
fnord 2025-04-23 21:01:18 +02:00
parent 5615ba711b
commit 3da048e444

View file

@ -2,7 +2,7 @@
{
users.users.chch = {
isNormalUser = true;
extraGroups = [ "wheel" "lpadmin" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "lpadmin" "dialout"]; # Enable sudo for the user.
packages = with pkgs; [
tree
firefox
@ -13,7 +13,4 @@
ffmpeg
nextcloud-client
libreoffice-qt6-fresh
temurin-jre-bin-23
];
};
}
temurin-jre-bin-2used