m 2 tools: update

This commit is contained in:
makefu 2017-03-01 16:23:12 +01:00
parent 7d6945babb
commit 87cd7cd9af
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
6 changed files with 20 additions and 8 deletions

View File

@ -2,9 +2,10 @@
imports = [
./core.nix
./core-gui.nix
./extra-gui.nix
./dev.nix
./sec.nix
./extra-gui.nix
./games.nix
./media.nix
./sec.nix
];
}

View File

@ -16,7 +16,6 @@
mirage
tightvnc
gnome3.dconf
vlc
wireshark
xdotool
scrot

View File

@ -9,12 +9,14 @@
at_spi2_core
acpi
bc
rsync
exif
file
ntfs3g
pv
proot
sshpass
populate
usbutils
p7zip
hdparm
@ -30,7 +32,10 @@
wol
tmux
smartmontools
cifs-utils
iftop
taskwarrior
mplayer
cac-api
cac-panel

View File

@ -7,6 +7,6 @@
skype
virtmanager
synergy
saleae-logic
];
}

View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
steam
];
}

View File

@ -1,12 +1,12 @@
{ pkgs, ... }:
{
nixpkgs.config.firefox = {
enableAdobeFlash = true;
};
krebs.per-user.makefu.packages = with pkgs; [
kodi
streamripper
youtube-dl
calibre
vlc
mumble
];
}