stockholm/makefu/2configs/tools/core-gui.nix
2018-08-06 16:27:55 +02:00

20 lines
233 B
Nix

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