m 2 tools: update
This commit is contained in:
parent
375eaca269
commit
8dc406681a
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
mirage
|
||||
tightvnc
|
||||
gnome3.dconf
|
||||
vlc
|
||||
wireshark
|
||||
xdotool
|
||||
scrot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
skype
|
||||
virtmanager
|
||||
synergy
|
||||
|
||||
saleae-logic
|
||||
];
|
||||
}
|
||||
|
|
7
2configs/tools/games.nix
Normal file
7
2configs/tools/games.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
krebs.per-user.makefu.packages = with pkgs; [
|
||||
steam
|
||||
];
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.firefox = {
|
||||
enableAdobeFlash = true;
|
||||
};
|
||||
|
||||
krebs.per-user.makefu.packages = with pkgs; [
|
||||
kodi
|
||||
streamripper
|
||||
youtube-dl
|
||||
calibre
|
||||
vlc
|
||||
mumble
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue