diff options
author | EuAndreh <eu@euandre.org> | 2023-02-18 10:33:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-18 10:33:33 -0300 |
commit | 61f93ff999beb4790899ee621597d5731eb74567 (patch) | |
tree | b70cfe6c7873389906949048bf8cb9e4940e5081 | |
parent | etc/nix/configuration.nix: Remove uneffective logind configuration (diff) | |
download | dotfiles-61f93ff999beb4790899ee621597d5731eb74567.tar.gz dotfiles-61f93ff999beb4790899ee621597d5731eb74567.tar.xz |
Move xmonad-related packages from Nix to Guix
-rw-r--r-- | etc/guix/home.scm | 8 | ||||
-rw-r--r-- | etc/nix/configuration.nix | 10 |
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; }; |