chore: cleanup

This commit is contained in:
Ahwx 2026-06-17 13:00:24 +02:00
parent 0626620088
commit 6f444c882f

View file

@ -2,7 +2,7 @@
{
home.packages = with pkgs; [
swww
inputs.hypr-contrib.packages.${pkgs.stdenv.hostPlatform.system}.grimblast
grimblast
hyprpicker
grim
slurp
@ -10,25 +10,18 @@
glib
wayland
direnv
nwg-dock-hyprland
hyprland-monitor-attached
hypridle
vicinae
swaylock-fancy
hyprtoolkit
];
# systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ];
wayland.windowManager.hyprland = {
enable = true;
xwayland = {
enable = true;
# hidpi = true;
};
xwayland.enable = true;
# enableNvidiaPatches = false;
systemd.enable = true;
plugins = [
pkgs.hyprlandPlugins.hyprbars
# pkgs.hyprlandPlugins.hyprspace # causes hyprland to crash on 4-finger swipe; great software
# inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprbars
];
};
}