ma tools: core -> desktop
This commit is contained in:
parent
f6006d7df1
commit
3c704cf61e
@ -5,6 +5,7 @@
|
|||||||
./core.nix
|
./core.nix
|
||||||
./core-gui.nix
|
./core-gui.nix
|
||||||
./dev.nix
|
./dev.nix
|
||||||
|
./desktop.nix
|
||||||
./extra-gui.nix
|
./extra-gui.nix
|
||||||
./games.nix
|
./games.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
# io
|
# io
|
||||||
pv
|
pv
|
||||||
sshpass
|
|
||||||
usbutils
|
usbutils
|
||||||
p7zip
|
p7zip
|
||||||
hdparm
|
hdparm
|
||||||
@ -39,11 +38,6 @@
|
|||||||
wol
|
wol
|
||||||
iftop
|
iftop
|
||||||
|
|
||||||
mkpasswd
|
|
||||||
mutt
|
|
||||||
weechat
|
|
||||||
tmux
|
|
||||||
|
|
||||||
# stockholm
|
# stockholm
|
||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
@ -55,8 +49,5 @@
|
|||||||
rxvt_unicode.terminfo
|
rxvt_unicode.terminfo
|
||||||
krebspaste
|
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