aboutsummaryrefslogtreecommitdiff
path: root/form/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'form/configuration.nix')
-rw-r--r--form/configuration.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/form/configuration.nix b/form/configuration.nix
index 911dffd..5d685fe 100644
--- a/form/configuration.nix
+++ b/form/configuration.nix
@@ -30,7 +30,7 @@
boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ];
# boot.kernelParams = [];
services.xserver.videoDrivers = [ "nvidia" ];
- services.desktopManager.plasma6.enable = true;
+ # services.desktopManager.plasma6.enable = true;
# services.displayManager.sddm = {
# enable = false;
# };
@@ -44,6 +44,7 @@
hardware.opengl.extraPackages = with pkgs; [
vaapiVdpau
];
+ # services.openssh.enable = true;
services.xserver = {
enable = true;
@@ -51,6 +52,7 @@
defaultSession = "sway";
gdm.enable = true;
};
+ desktopManager.gnome.enable = true;
};
virtualisation.docker = {
enable = true;