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