diff options
| author | 2026-02-20 23:59:09 -0800 | |
|---|---|---|
| committer | 2026-02-21 00:01:23 -0800 | |
| commit | 6638228d15be54d0efbce0ad7ca9a9d9f4a60ca0 (patch) | |
| tree | bd8ab8fe59303e8cc9c019dc7a14eea54e26742d | |
| parent | 53ff3ffc1b383fd85842039cb8347c66c02bc1e5 (diff) | |
| download | new-dotfiles-6638228d15be54d0efbce0ad7ca9a9d9f4a60ca0.tar.gz new-dotfiles-6638228d15be54d0efbce0ad7ca9a9d9f4a60ca0.zip | |
data: Remove sawfish
It's been removed from Guix.
| -rw-r--r-- | oni/home/config/data.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/oni/home/config/data.scm b/oni/home/config/data.scm index 2738f64..90854f7 100644 --- a/oni/home/config/data.scm +++ b/oni/home/config/data.scm @@ -44,7 +44,6 @@ home-picom-configuration)) #:use-module (oni home services polybar) #:use-module (oni home services rofi) - #:use-module (oni home services sawfish) #:use-module (oni home services syncthing) #:use-module (oni home services unclutter) #:use-module ((oni home services xdisorg) @@ -93,9 +92,7 @@ emacs-oni-python emacs-oni-yaml emacs-oni-gnus)) - #:use-module (oni packages pick-random-wallpaper) - #:use-module (oni packages sawfish) - #:use-module (oni packages shutdown-rofi)) + #:use-module (oni packages pick-random-wallpaper)) (define data-picom-service (service home-picom-service-type @@ -116,8 +113,6 @@ (specification->package+output "font-comic-neue") font-dosis pick-random-wallpaper - shutdown-rofi - emacs-sawfish emacs-org-contacts emacs-syncthing-status emacs-outli @@ -190,8 +185,6 @@ "xrandr --auto\n" "xrandr --dpi 96\n"))))) - (service home-sawfish-service-type) - (service home-polybar-service-type (home-polybar-configuration (bar "data"))) |
