diff options
author | EuAndreh <eu@euandre.org> | 2023-02-18 10:36:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-18 10:37:06 -0300 |
commit | b970fc13308977e6023de604fe80e8b7c35d4b99 (patch) | |
tree | 44017041177ab99b94f0b44445901117578ad421 /etc/nix/configuration.nix | |
parent | Move xmonad-related packages from Nix to Guix (diff) | |
download | dotfiles-b970fc13308977e6023de604fe80e8b7c35d4b99.tar.gz dotfiles-b970fc13308977e6023de604fe80e8b7c35d4b99.tar.xz |
etc/nix/configuration.nix: Remove unused packages
Since Bash itself is now comming from Guix Home, and etc/sh/rc has code
to include completions.
Diffstat (limited to '')
-rw-r--r-- | etc/nix/configuration.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 4a1a5de..68d79a5 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -96,12 +96,6 @@ in { in with pkgs; [ - ## DVCS - pkgs-19.bitkeeper - - ## CLI tools - bash-completion - nix-bash-completions kubernetes flutter2 hover |