stockholm/makefu/2configs/tools/core-gui.nix
2022-01-02 23:37:52 +01:00

22 lines
281 B
Nix

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