Modularizes the config for flakes.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user