From a0d9cd7b4695d063cef12612caf5f26fc2953aa1 Mon Sep 17 00:00:00 2001 From: k3t Date: Mon, 9 Mar 2026 01:04:37 -0600 Subject: [PATCH] add a few extras to the desktop --- modules/desktop-common.nix | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/modules/desktop-common.nix b/modules/desktop-common.nix index 697d3bc..893c1a5 100755 --- a/modules/desktop-common.nix +++ b/modules/desktop-common.nix @@ -19,6 +19,9 @@ }; # Support + services.gvfs.enable = true; + services.tumbler.enable = true; + programs.dconf.enable = true; services.flatpak.enable = true; boot.binfmt.preferStaticEmulators = true; boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; @@ -70,10 +73,38 @@ }; }; libinput.enable = true; - windowManager.i3.enable = true; + #windowManager.i3.enable = true; + windowManager.i3 = { + #package = pkgs.i3-gaps; + enable = true; + extraPackages = with pkgs; [ + dmenu + i3status + i3lock + i3blocks + ]; + }; }; services.displayManager.defaultSession = "xfce"; + services.picom = { + enable = true; + fade = true; + #vSync = true; + shadow = true; + fadeDelta = 4 ; + inactiveOpacity = 0.8; + activeOpacity = 1; + #backend = "glx"; + settings = { + blur = { + #method = "dual_kawase"; + #background = true; + strength = 5; + }; + }; + }; + # desktop oriented bluetooth settings hardware.bluetooth = { settings = {