Modularize Hyprland configuration

This commit is contained in:
DashieTM 2024-08-03 19:06:59 +02:00
parent 25eac3559f
commit bab352d00e
18 changed files with 543 additions and 472 deletions

View file

@ -10,6 +10,9 @@
ironbar.modules = [
{ type = "upower"; class = "memory-usage"; }
];
colorscheme = "catppuccin-mocha";
};
mods = {
hyprland = {
monitor = [
# default
@ -20,9 +23,6 @@
];
extra_autostart = [ "hyprdock --server" ];
};
colorscheme = "catppuccin-mocha";
};
mods = {
amdgpu.enable = true;
kde_connect.enable = true;
bluetooth.enable = true;