feat: update system

This commit is contained in:
2026-03-02 20:21:34 +01:00
parent 0503faaf3b
commit 36e64dcc4c
4 changed files with 26 additions and 30 deletions

View File

@@ -35,12 +35,6 @@ in
};
input.numlock_by_default = true;
};
plugins = lib.mkIf cfg.scrolling (
with pkgs.hyprlandPlugins;
[
hyprscrolling
]
);
};
home = {
packages = with pkgs; [ grim ];