stockholm/makefu/2configs/tools/core-gui.nix
2019-02-05 22:33:54 +01:00

21 lines
250 B
Nix

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