Initialer Upload
initialer Upload der Config Files
This commit is contained in:
parent
ca9c86d6d1
commit
29efa52ccd
5 changed files with 223 additions and 0 deletions
19
user-chch.nix
Normal file
19
user-chch.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{config, libs, pkgs, ...}:
|
||||
{
|
||||
users.users.chch = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "lpadmin" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
tree
|
||||
firefox
|
||||
ungoogled-chromium
|
||||
printrun
|
||||
gimp
|
||||
vlc
|
||||
ffmpeg
|
||||
nextcloud-client
|
||||
libreoffice-qt6-fresh
|
||||
temurin-jre-bin-23
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue