aboutsummaryrefslogtreecommitdiff
path: root/etc/nix
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 /etc/nix
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
Diffstat (limited to 'etc/nix')
-rw-r--r--etc/nix/configuration.nix10
1 files changed, 0 insertions, 10 deletions
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;
};