16 lines
No EOL
383 B
Nix
16 lines
No EOL
383 B
Nix
{config, libs, pkgs, ...}:
|
||
{
|
||
users.users.chch = {
|
||
isNormalUser = true;
|
||
extraGroups = [ "wheel" "lpadmin" "dialout"]; # Enable ‘sudo’ for the user.
|
||
packages = with pkgs; [
|
||
tree
|
||
firefox
|
||
ungoogled-chromium
|
||
printrun
|
||
gimp
|
||
vlc
|
||
ffmpeg
|
||
nextcloud-client
|
||
libreoffice-qt6-fresh
|
||
temurin-jre-bin-2used |