summaryrefslogtreecommitdiffstats
path: root/2configs/tools
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-06-07 21:18:39 +0200
committermakefu <github@syntax-fehler.de>2018-06-07 21:18:39 +0200
commit18a01f03a0eca670e7bb7aaf47bae0f4814cfe29 (patch)
tree99214537b17cea47f96b2f63518ef39b96ec474b /2configs/tools
parent6080fc23e0437c907f3f0032684f53aa137c1de6 (diff)
ma tools: core -> desktop
Diffstat (limited to '2configs/tools')
-rw-r--r--2configs/tools/all.nix1
-rw-r--r--2configs/tools/core.nix9
-rw-r--r--2configs/tools/desktop.nix11
3 files changed, 12 insertions, 9 deletions
diff --git a/2configs/tools/all.nix b/2configs/tools/all.nix
index 2bb438f16..b6554e040 100644
--- a/2configs/tools/all.nix
+++ b/2configs/tools/all.nix
@@ -5,6 +5,7 @@
./core.nix
./core-gui.nix
./dev.nix
+ ./desktop.nix
./extra-gui.nix
./games.nix
./media.nix
diff --git a/2configs/tools/core.nix b/2configs/tools/core.nix
index 7e9a459c3..604288904 100644
--- a/2configs/tools/core.nix
+++ b/2configs/tools/core.nix
@@ -24,7 +24,6 @@
# io
pv
- sshpass
usbutils
p7zip
hdparm
@@ -39,11 +38,6 @@
wol
iftop
- mkpasswd
- mutt
- weechat
- tmux
-
# stockholm
git
gnumake
@@ -55,8 +49,5 @@
rxvt_unicode.terminfo
krebspaste
- # TODO:
- taskwarrior
- pass
];
}
diff --git a/2configs/tools/desktop.nix b/2configs/tools/desktop.nix
new file mode 100644
index 000000000..1fe03e111
--- /dev/null
+++ b/2configs/tools/desktop.nix
@@ -0,0 +1,11 @@
+{ pkgs, ... }:
+
+{
+ users.users.makefu.packages = with pkgs; [
+ taskwarrior
+ pass
+ mutt
+ weechat
+ tmux
+ ];
+}
[cgit] Unable to lock slot /tmp/cgit/15300000.lock: No such file or directory (2)