stockholm/makefu/2configs/tools/core-gui.nix

22 lines
280 B
Nix
Raw Normal View History

2017-03-01 14:45:50 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
2019-02-05 21:33:54 +00:00
at_spi2_core
2017-03-01 14:45:50 +00:00
chromium
feh
clipit
2019-04-05 00:02:08 +00:00
# firefox
2017-03-01 14:45:50 +00:00
keepassx
pcmanfm
2017-04-17 11:13:07 +00:00
evince
# replacement for mirage:
sxiv
2017-03-01 14:45:50 +00:00
tightvnc
gnome3.dconf
xdotool
2017-03-01 21:03:20 +00:00
xorg.xbacklight
2017-03-01 14:45:50 +00:00
scrot
];
}