Declared hyprland configs

This commit is contained in:
2026-04-08 17:50:06 +02:00
parent 284016a9bd
commit 6616d8bc0e
14 changed files with 1681 additions and 21 deletions

View File

@@ -19,7 +19,7 @@
transmission-remote-gtk
qbittorrent
ranger
htop
htop-vim
tuba
papirus-icon-theme
gnome-tweaks
@@ -69,6 +69,12 @@
];
};
wayland.windowManager.hyprland = {
enable = true;
package = null;
portalPackage = null;
};
dconf.settings = {
"org/gnome/desktop/background" = {
picture-uri = "file:///home/typo/Pictures/Backgrounds/upscalemedia-transformed-light.png";
@@ -207,13 +213,4 @@ ftp://typo@typofelho.ddns.net/ Felhő
};
shellInit = "pfetch";
};
wayland.windowManager.hyprland.plugins = with pkgs.hyprlandPlugins; [
hyprexpo
hyprbars
hyprwinwrap
overview
hyprscrolling
imgborders
];
}