stockholm/makefu/2configs/tools/core-gui.nix
2019-04-05 02:02:08 +02:00

21 lines
252 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
];
}