Modularizes the config for flakes.

This commit is contained in:
2025-02-01 11:29:17 -08:00
parent a5a1664925
commit 89f2094cf4
4 changed files with 87 additions and 1 deletions

View File

@@ -116,6 +116,14 @@
};
};
wayland.windowManager.hyprland = {
enable = true;
plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [
hy3
split-monitor-workspace
];
};
qt = {
enable = true;
platformTheme.name = "adwaita";