update system

This commit is contained in:
2023-11-27 09:25:12 +01:00
parent c03c8ab0c7
commit 2add7857f2
13 changed files with 116 additions and 13 deletions

View File

@@ -6,6 +6,7 @@
home-manager.useUserPackages = true;
services.printing.enable = true;
services.blueman.enable = true;
programs.mtr.enable = true;
programs.gnupg.agent = {
@@ -22,6 +23,8 @@
gnumake
pinentry
direnv
dnsutils
netcat
vim
gcc
unzip
@@ -31,5 +34,9 @@
remmina
docker-buildx
appimage-run
gimp
];
services.logind.extraConfig = ''
RuntimeDirectorySize=20G
'';
}