update dms, hyprland. add hyprexpo & hyprscrolling

This commit is contained in:
2025-12-02 15:58:28 +00:00
parent 4d5338da86
commit 6f5fd4cd01
5 changed files with 96 additions and 48 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{ cfg, config, lib, pkgs, inputs, ... }:
{ cfg, config, lib, pkgs, inputs, hypr-plugin-dir, ... }:
{
boot = {
loader.systemd-boot.enable = true;
@@ -195,6 +195,10 @@
xdg-user-dirs
zip
];
environment.sessionVariables = {
HYPR_PLUGIN_DIR = hypr-plugin-dir;
};
zramSwap = {
enable = true;