wallpaper :D

This commit is contained in:
itamar 2026-04-16 19:18:00 +03:00
parent b3c3854628
commit 8c6b621d79
Signed by: itamar
GPG key ID: 4C315A8D67ADC36C
3 changed files with 40 additions and 23 deletions

View file

@ -34,7 +34,12 @@
LC_TELEPHONE = "he_IL.UTF-8";
LC_TIME = "he_IL.UTF-8";
};
programs.dconf.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true; # optional but nice
pinentryPackage = pkgs.pinentry-curses;
};
services.xserver.enable = true;
services.xserver.displayManager.lightdm.enable = true;
services.xserver.desktopManager.xfce.enable = false;