stockholm/makefu/2configs/tools/core-gui.nix
2022-06-10 21:39:00 +02:00

22 lines
274 B
Nix

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