feat: add darwun

This commit is contained in:
zackartz 2025-05-28 16:55:13 -04:00
parent b3f397713b
commit b12b41a117
No known key found for this signature in database
GPG key ID: C829998913ED401E
23 changed files with 970 additions and 751 deletions

View file

@ -14,7 +14,7 @@ in {
enable = mkBoolOpt false "Enable River WM";
};
config = mkIf cfg.enable {
config = mkIf (cfg.enable && !pkgs.stdenv.isDarwin) {
wayland.windowManager.river = {
enable = true;
settings = {