user-chch.nix aktualisiert
This commit is contained in:
parent
5615ba711b
commit
3da048e444
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue