stockholm/makefu/2configs/tools/core-gui.nix
2017-05-02 14:04:01 +02:00

26 lines
324 B
Nix

{ pkgs, ... }:
{
nixpkgs.config.firefox = {
enableAdobeFlash = true;
};
krebs.per-user.makefu.packages = with pkgs; [
chromium
clipit
feh
firefox
keepassx
pcmanfm
evince
skype
mirage
tightvnc
gnome3.dconf
xdotool
xorg.xbacklight
scrot
wireshark
];
}