From e9dc47b252744ada1a8788f19d50d67926fae371 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Wed, 4 Jun 2025 19:34:51 -0400 Subject: repo: apply stash --- form/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'form/configuration.nix') diff --git a/form/configuration.nix b/form/configuration.nix index c6fa5b1..69d195c 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -18,6 +18,11 @@ boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ]; # boot.kernelParams = []; services.xserver.videoDrivers = ["nvidia"]; + services.desktopManager.plasma6.enable = true; + services.displayManager.sddm = { + enable = true; + }; + services.xserver.enable = true; hardware.nvidia = { modesetting.enable = true; open = true; @@ -28,6 +33,13 @@ vaapiVdpau ]; + virtualisation.docker = { + enable = true; + rootless = { + enable = true; + setSocketVariable = true; + }; + }; nixos = { osu.enable = true; }; -- cgit v1.2.3