c'est le bordel un peu
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
customConfig,
|
||||
...
|
||||
}: {
|
||||
systemd.sysusers.enable = false;
|
||||
users.users."${customConfig.username}" = {
|
||||
isNormalUser = true;
|
||||
home = "/home/${customConfig.username}";
|
||||
# Base groups - docker/vboxusers are added by virtualization.nix if enabled
|
||||
extraGroups = ["wheel" "audio" "dialout" "plugdev"];
|
||||
extraGroups = ["wheel" "audio" "dialout" "plugdev" "tty"];
|
||||
packages = with pkgs; [
|
||||
# Browsers & Web
|
||||
firefox
|
||||
@@ -24,7 +25,6 @@
|
||||
nextcloud-client
|
||||
|
||||
# Development
|
||||
neovim
|
||||
git
|
||||
vscode
|
||||
zotero
|
||||
@@ -46,7 +46,7 @@
|
||||
# Gaming & Entertainment
|
||||
prismlauncher # Minecraft launcher
|
||||
# widelands # Strategy game
|
||||
wasistlos # Game
|
||||
whatsapp-electron
|
||||
signal-desktop
|
||||
moonlight-qt # Game streaming
|
||||
|
||||
|
||||
Reference in New Issue
Block a user