ma tools: core -> desktop
This commit is contained in:
parent
f6006d7df1
commit
3c704cf61e
@ -5,6 +5,7 @@
|
||||
./core.nix
|
||||
./core-gui.nix
|
||||
./dev.nix
|
||||
./desktop.nix
|
||||
./extra-gui.nix
|
||||
./games.nix
|
||||
./media.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
|
||||
];
|
||||
}
|
||||
|
11
makefu/2configs/tools/desktop.nix
Normal file
11
makefu/2configs/tools/desktop.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.makefu.packages = with pkgs; [
|
||||
taskwarrior
|
||||
pass
|
||||
mutt
|
||||
weechat
|
||||
tmux
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user