Full kmonad

This commit is contained in:
2025-11-21 00:16:29 +01:00
parent 0277f01cd6
commit 1351937f2c
5 changed files with 6 additions and 3 deletions

View File

@@ -116,6 +116,7 @@
lazydocker
poppler_utils
unstable.kmonad
xorg.setxkbmap
prismlauncher
entr
yq

View File

@@ -2,6 +2,7 @@
{
users.defaultUserShell = pkgs.zsh;
users.groups = { uinput = {}; };
users.users = {
jonas = {
isNormalUser = true;
@@ -9,6 +10,7 @@
extraGroups = [
"docker"
"input"
"uinput"
"scanner"
"lp"
"davfs2"