diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-24 12:39:04 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-24 12:39:04 -0400 |
commit | c40b1e50b3ac3c9636413729f36ef1a4a76140c6 (patch) | |
tree | 3a591369f2a3a7a575cbb0f771e3b8c242332752 /home | |
parent | update channels (diff) | |
download | dotfiles-guix-c40b1e50b3ac3c9636413729f36ef1a4a76140c6.tar.gz dotfiles-guix-c40b1e50b3ac3c9636413729f36ef1a4a76140c6.tar.bz2 dotfiles-guix-c40b1e50b3ac3c9636413729f36ef1a4a76140c6.zip |
refactor home & system with sakura updates
Diffstat (limited to 'home')
-rw-r--r-- | home/home.scm | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/home/home.scm b/home/home.scm index 2752008..09542f4 100644 --- a/home/home.scm +++ b/home/home.scm @@ -25,7 +25,6 @@ (sakura packages shells) (sakura packages wm) (sakura packages hypr) - (sakura packages linux) (sakura packages networking) (sakura packages audio)) @@ -33,12 +32,21 @@ (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 ; desktop env + (packages (append (specifications->packages (list ; sway "swayfx" "swaybg" "swayidle" + "swaylock-effects" + + ; desktop programs + "gnome-keyring" + "gimp" + "ungoogled-chromium" + "steam" + "nautilus" "cage" "libnotify" + "waybar" ; xdg "xdg-desktop-portal-wlr" @@ -47,15 +55,10 @@ ; gtk "wxwidgets" - ; desktop programs - "gnome-keyring" - "gimp" - "ungoogled-chromium" - "steam" - ; terminal "alacritty" "kitty" + "neovim" ; desktop integration "i3-autotiling" @@ -119,9 +122,8 @@ freya-ca-certs ; programs - neovim-new easyeffects - librewolf-new + librewolf-wrapped gamescope ; gtk @@ -134,11 +136,8 @@ vim-plug ; desktop - swaylock-effects-new - waybar-new ; bluetooth - blueman-new overskride ; hyprwm |