stockholm/makefu/2configs/tools/core-gui.nix

25 lines
313 B
Nix
Raw Normal View History

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