From 490cee4a2f941efa5a45c0ba87daa5cc35636cc3 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 7 Mar 2017 23:18:49 +0100 Subject: xu,zu: drop redundant "im" --- tv/1systems/xu.nix | 12 ------------ tv/1systems/zu.nix | 12 ------------ 2 files changed, 24 deletions(-) (limited to 'tv/1systems') diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 4b8fe8da..2bab0f4b 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -25,18 +25,6 @@ with import ; hashPassword #haskellPackages.lentil parallel - (pkgs.writeBashBin "im" '' - export PATH=${makeSearchPath "bin" (with pkgs; [ - tmux - gnugrep - weechat - ])} - if tmux list-sessions -F\#S | grep -q '^im''$'; then - exec tmux attach -t im - else - exec tmux new -s im weechat - fi - '') # root cryptsetup diff --git a/tv/1systems/zu.nix b/tv/1systems/zu.nix index 194ac292..cabe7f6a 100644 --- a/tv/1systems/zu.nix +++ b/tv/1systems/zu.nix @@ -30,18 +30,6 @@ with import ; hashPassword haskellPackages.lentil parallel - (pkgs.writeBashBin "im" '' - export PATH=${makeSearchPath "bin" (with pkgs; [ - tmux - gnugrep - weechat - ])} - if tmux list-sessions -F\#S | grep -q '^im''$'; then - exec tmux attach -t im - else - exec tmux new -s im weechat - fi - '') # root cryptsetup -- cgit v1.2.3 From c432c6646159569088452cc4caea1d3820ebe0f7 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 7 Mar 2017 23:24:31 +0100 Subject: tv: stockholm dependencies are default --- tv/1systems/wu.nix | 6 ------ tv/1systems/xu.nix | 5 ----- tv/1systems/zu.nix | 6 ------ 3 files changed, 17 deletions(-) (limited to 'tv/1systems') diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 4cde8b90..328e71fd 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -19,12 +19,6 @@ with import ; ../2configs/xserver { environment.systemPackages = with pkgs; [ - - # stockholm - gnumake - hashPassword - parallel - # root cryptsetup diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 2bab0f4b..8cf6146b 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -20,11 +20,6 @@ with import ; { environment.systemPackages = with pkgs; [ - # stockholm - gnumake - hashPassword - #haskellPackages.lentil - parallel # root cryptsetup diff --git a/tv/1systems/zu.nix b/tv/1systems/zu.nix index cabe7f6a..b1b2d58c 100644 --- a/tv/1systems/zu.nix +++ b/tv/1systems/zu.nix @@ -25,12 +25,6 @@ with import ; { environment.systemPackages = with pkgs; [ - # stockholm - gnumake - hashPassword - haskellPackages.lentil - parallel - # root cryptsetup -- cgit v1.2.3