added river

This commit is contained in:
willifan 2025-01-08 12:52:24 +01:00
parent a643248e06
commit faa055caf2
8 changed files with 45 additions and 12 deletions
modules/default/home-manager/desktop/hyprland

View file

@ -17,7 +17,7 @@
hyprland = {
enable = lib.mkOption {
default = config.desktop.enable;
default = false;
type = lib.types.bool;
};
hardware = {