summaryrefslogtreecommitdiff
path: root/home/config/i3/bar/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/config/i3/bar/shell.nix')
-rw-r--r--home/config/i3/bar/shell.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/home/config/i3/bar/shell.nix b/home/config/i3/bar/shell.nix
deleted file mode 100644
index 794d774..0000000
--- a/home/config/i3/bar/shell.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{ pkgs ? import <nixpkgs> { } }:
-
-let settings = { golang.enable = true; };
-in import ~/.config/venv-manager { inherit pkgs settings; }