m 2 tools: update

This commit is contained in:
makefu 2017-03-01 16:23:12 +01:00
parent 375eaca269
commit 8dc406681a
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
];
}

7
2configs/tools/games.nix Normal file
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
];
}