aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-18 10:33:33 -0300
committerEuAndreh <eu@euandre.org>2023-02-18 10:33:33 -0300
commit61f93ff999beb4790899ee621597d5731eb74567 (patch)
treeb70cfe6c7873389906949048bf8cb9e4940e5081
parentetc/nix/configuration.nix: Remove uneffective logind configuration (diff)
downloaddotfiles-61f93ff999beb4790899ee621597d5731eb74567.tar.gz
dotfiles-61f93ff999beb4790899ee621597d5731eb74567.tar.xz
Move xmonad-related packages from Nix to Guix
-rw-r--r--etc/guix/home.scm8
-rw-r--r--etc/nix/configuration.nix10
2 files changed, 5 insertions, 13 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index a6f5545..25747b0 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -351,6 +351,7 @@
cpio
pv
;; telnet
+ httpd ;; for htpasswd
;; for compiling ECL
libatomic-ops
@@ -467,7 +468,10 @@
scrot
xmessage
dmenu
- httpd ;; for htpasswd
+ xmobar
+ xmodmap
+ brightnessctl
+ lightdm
weechat
qtox
@@ -520,8 +524,6 @@
hicolor-icon-theme
- brightnessctl
-
electrum
keepassxc
frescobaldi
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix
index bc3fa9e..4a1a5de 100644
--- a/etc/nix/configuration.nix
+++ b/etc/nix/configuration.nix
@@ -102,19 +102,9 @@ in {
## CLI tools
bash-completion
nix-bash-completions
- st
- xsel
kubernetes
flutter2
hover
-
- ## xmonad
- xclip
- xorg.xmodmap
- xorg.xmessage
- xorg.xbacklight
- lightdm
- haskellPackages.xmobar
] ++ work.packages.proprietary;
};