2017-03-01 15:45:50 +01:00
|
|
|
{ pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
nixpkgs.config.firefox = {
|
|
|
|
enableAdobeFlash = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
krebs.per-user.makefu.packages = with pkgs; [
|
|
|
|
chromium
|
|
|
|
clipit
|
|
|
|
feh
|
|
|
|
firefox
|
|
|
|
keepassx
|
|
|
|
pcmanfm
|
2017-04-17 13:13:07 +02:00
|
|
|
evince
|
2017-03-01 15:45:50 +01:00
|
|
|
skype
|
|
|
|
mirage
|
|
|
|
tightvnc
|
|
|
|
gnome3.dconf
|
|
|
|
xdotool
|
2017-03-01 22:03:20 +01:00
|
|
|
xorg.xbacklight
|
2017-03-01 15:45:50 +01:00
|
|
|
scrot
|
2017-05-02 14:04:01 +02:00
|
|
|
wireshark
|
2017-03-01 15:45:50 +01:00
|
|
|
];
|
|
|
|
}
|