From 61f93ff999beb4790899ee621597d5731eb74567 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 18 Feb 2023 10:33:33 -0300 Subject: Move xmonad-related packages from Nix to Guix --- etc/guix/home.scm | 8 +++++--- 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; }; -- cgit v1.2.3