aboutsummaryrefslogtreecommitdiff
path: root/form/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'form/configuration.nix')
-rw-r--r--form/configuration.nix15
1 files changed, 11 insertions, 4 deletions
diff --git a/form/configuration.nix b/form/configuration.nix
index 62c6a41..911dffd 100644
--- a/form/configuration.nix
+++ b/form/configuration.nix
@@ -15,6 +15,7 @@
username = "stefan";
hostname = "form";
wifi = true;
+ keyd.enable = false;
};
config = {
@@ -30,10 +31,9 @@
# boot.kernelParams = [];
services.xserver.videoDrivers = [ "nvidia" ];
services.desktopManager.plasma6.enable = true;
- services.displayManager.sddm = {
- enable = false;
- };
- services.xserver.enable = true;
+ # services.displayManager.sddm = {
+ # enable = false;
+ # };
console.earlySetup = true;
hardware.nvidia = {
modesetting.enable = true;
@@ -45,6 +45,13 @@
vaapiVdpau
];
+ services.xserver = {
+ enable = true;
+ displayManager = {
+ defaultSession = "sway";
+ gdm.enable = true;
+ };
+ };
virtualisation.docker = {
enable = true;
rootless = {