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