stockholm/makefu/2configs/tools/core-gui.nix
2018-05-03 18:41:03 +02:00

20 lines
236 B
Nix

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