stockholm/makefu/2configs/tools/core-gui.nix
2017-10-01 14:42:20 +02:00

24 lines
300 B
Nix

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