diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-09 09:13:59 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-09 09:13:59 -0500 |
commit | 2a6a04b6ae3e76effb995b167de7e52e85f0392e (patch) | |
tree | 24a9b926d802d839cb1364abac73d3982ba4eb27 /home/home.scm | |
parent | fix element-desktop: firefox segfaults in nonguix electron (diff) | |
download | dotfiles-guix-2a6a04b6ae3e76effb995b167de7e52e85f0392e.tar.gz dotfiles-guix-2a6a04b6ae3e76effb995b167de7e52e85f0392e.tar.bz2 dotfiles-guix-2a6a04b6ae3e76effb995b167de7e52e85f0392e.zip |
update commits, fix hyprland ambiguous, fix `update-commits` script to get timestamps correctly
Diffstat (limited to '')
-rw-r--r-- | home/home.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/home.scm b/home/home.scm index e199528..5e6a445 100644 --- a/home/home.scm +++ b/home/home.scm @@ -20,6 +20,7 @@ (sakura home services pipewire) (sakura packages gnome-xyz) (sakura packages sound) + (sakura packages hypr) (sakura packages vim)) @@ -34,7 +35,6 @@ "swaylock-effects" ; hyprland - "hyprland" "hyprlock" "hyprpaper" "hypridle" @@ -141,6 +141,7 @@ ; add ca certs and ambiguous packages (list freya-ca-certs + hyprland orchis-theme-2024 blueman-sakura))) |