diff options
Diffstat (limited to 'home/home.scm')
-rw-r--r-- | home/home.scm | 70 |
1 files changed, 27 insertions, 43 deletions
diff --git a/home/home.scm b/home/home.scm index 54b362c..c3dbf16 100644 --- a/home/home.scm +++ b/home/home.scm @@ -18,26 +18,34 @@ (gnu home services) (freya certs) (sakura services pipewire) - (sakura packages shells) - (sakura packages librewolf) - (sakura packages vim) (sakura packages gnome-xyz) - (sakura packages shells) - (sakura packages wm) - (sakura packages hypr) - (sakura packages networking) - (sakura packages audio)) + (sakura packages vim)) (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, unser ~/.guix-home/profile. + (packages (append (specifications->packages (list ; sway "swayfx" "swaybg" "swayidle" "swaylock-effects" + ; hyprland + "hyprland" + "hyprlock" + "hyprpaper" + "hypridle" + "hyprland-plugins" + "hyprland-contrib" + "hyprland-plugin-hy3" + + ; xdg + "xdg-desktop-portal-wlr" + "xdg-desktop-portal-gtk" + "xdg-desktop-portal-hyprland" + ; desktop programs "gnome-keyring" "gimp" @@ -48,13 +56,16 @@ "libnotify" "waybar" "network-manager-applet" - - ; xdg - "xdg-desktop-portal-wlr" - "xdg-desktop-portal-gtk" + "wl-clip-persist" + "easyeffects" + "librewolf-wrapped" + "gamescope" + "overskride" ; gtk "wxwidgets" + "lavanda-gtk-theme" + "mint-themes" ; terminal "alacritty" @@ -106,6 +117,7 @@ ; shell "zsh-syntax-highlighting" + "zsh-autosuggestions" "tree-sitter-cli" "neofetch" "pfetch" @@ -119,37 +131,9 @@ "wine64" "winetricks")) - (list ; system - freya-ca-certs - - ; programs - easyeffects - librewolf-wrapped - gamescope - - ; gtk - lavanda-gtk-theme - orchis-theme-2024 - mint-themes - - ; shell - zsh-autosuggestions - vim-plug - - ; desktop - - ; bluetooth - overskride - - ; hyprwm - hyprland - hyprlock - hyprpaper - hypridle - hyprland-plugin-hy3 - hyprland-plugins - hyprland-contrib - xdg-desktop-portal-hyprland))) + ; add ca certs and ambiguous packages + (list freya-ca-certs + orchis-theme-2024))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. |