stockholm/makefu/2configs/tools/core-gui.nix
2020-06-17 09:33:32 +02:00

23 lines
294 B
Nix

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