add a few extras to the desktop

This commit is contained in:
k3t
2026-03-09 01:04:37 -06:00
parent fbde4c742c
commit a0d9cd7b46
+32 -1
View File
@@ -19,6 +19,9 @@
}; };
# Support # Support
services.gvfs.enable = true;
services.tumbler.enable = true;
programs.dconf.enable = true;
services.flatpak.enable = true; services.flatpak.enable = true;
boot.binfmt.preferStaticEmulators = true; boot.binfmt.preferStaticEmulators = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
@@ -70,10 +73,38 @@
}; };
}; };
libinput.enable = true; 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.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 # desktop oriented bluetooth settings
hardware.bluetooth = { hardware.bluetooth = {
settings = { settings = {