stockholm/makefu/2configs/tools/core-gui.nix
2023-06-03 15:36:51 +02:00

23 lines
290 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
thunderbird
];
}