summaryrefslogtreecommitdiff
path: root/nix-home-config/my-env.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-home-config/my-env.nix')
-rw-r--r--nix-home-config/my-env.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nix-home-config/my-env.nix b/nix-home-config/my-env.nix
index 667b597..93a1a43 100644
--- a/nix-home-config/my-env.nix
+++ b/nix-home-config/my-env.nix
@@ -16,8 +16,6 @@
home.packages = with pkgs; [
direnv
htop
- iw
- wirelesstools
(rWrapper.override {
packages = with rPackages; [
data_table
@@ -29,14 +27,9 @@
})
emacs
hledger
- hledger-ui
ledger
bwm_ng
- signal-desktop
nix-index
- ffmpeg
- vlc
rustup
- synergy
];
}