Declared hyprland configs
This commit is contained in:
17
home.nix
17
home.nix
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user