diff options
author | Thanos Apollo <[email protected]> | 2023-03-07 11:48:37 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-07 11:48:37 +0200 |
commit | 302859941439068bfd345b50f1a7a9be694fbd5d (patch) | |
tree | 6c6a8b81f9e273d8473b879e9d60c2e203ec6f9d /.config/guix | |
parent | ac95e521f868de0995a74631c53e5b3a8bdd2865 (diff) |
guix: for zeus add stumpwm packages and rofi
Diffstat (limited to '.config/guix')
-rwxr-xr-x | .config/guix/zeus.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/guix/zeus.scm b/.config/guix/zeus.scm index cd9fbdf..8d08be3 100755 --- a/.config/guix/zeus.scm +++ b/.config/guix/zeus.scm @@ -85,7 +85,7 @@ ;; under their own account: use 'guix search KEYWORD' to search ;; for packages and 'guix install PACKAGE' to install a package. (packages (append (map specification->package - `("emacs-exwm" + `("emacs-exwm" "emacs-desktop-environment" "emacs" "emacs-guix" @@ -93,6 +93,8 @@ "emacs-dashboard" "emacs-multi-vterm" "emacs-pdf-tools" + "emacs-stumpwm-mode" + "stumpish" "xrandr" "picom" "gnome" @@ -110,6 +112,7 @@ "qtile" "git" "stumpwm" + "rofi" "font-jetbrains-mono")) %base-packages)) |