summaryrefslogtreecommitdiff
path: root/nixos/wmonly.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/wmonly.nix')
-rw-r--r--nixos/wmonly.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/wmonly.nix b/nixos/wmonly.nix
index 2f1b2f1..42c9300 100644
--- a/nixos/wmonly.nix
+++ b/nixos/wmonly.nix
@@ -1,5 +1,13 @@
{ config, lib, pkgs, modulesPath, ... }:
{
+ services.xserver.displayManager.sx.enable = true;
+
+ qt = {
+ enable = true;
+ platformTheme = "gnome";
+ style = "adwaita";
+ };
+
services.udisks2.enable = true;
services.gvfs.enable = true;