diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-02 21:58:33 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-02 21:58:33 -0500 |
commit | 4211520d26c10fdee39c49b291c62ba581fdbfbf (patch) | |
tree | 8ceaa9c6bd4af9199a7031cc5bcf7d4363c4d96d | |
parent | update commits (diff) | |
download | dotfiles-guix-4211520d26c10fdee39c49b291c62ba581fdbfbf.tar.gz dotfiles-guix-4211520d26c10fdee39c49b291c62ba581fdbfbf.tar.bz2 dotfiles-guix-4211520d26c10fdee39c49b291c62ba581fdbfbf.zip |
fix hyprland in home.scm
-rw-r--r-- | home/home.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/home/home.scm b/home/home.scm index 2338188..e2fdb76 100644 --- a/home/home.scm +++ b/home/home.scm @@ -20,7 +20,6 @@ (sakura home services pipewire) (sakura packages gnome-xyz) (sakura packages sound) - (sakura packages hypr) (sakura packages vim)) @@ -35,12 +34,13 @@ "swaylock-effects" ; hyprland + "hyprland" "hyprlock" "hyprpaper" "hypridle" "hyprland-plugins" - "hyprland-contrib" "hyprland-plugin-hy3" + "grimblast" ; xdg "xdg-desktop-portal-wlr" @@ -136,7 +136,6 @@ ; add ca certs and ambiguous packages (list freya-ca-certs - hyprland orchis-theme-2024 blueman-sakura))) |