stockholm/makefu/2configs/tools/core-gui.nix

23 lines
290 B
Nix
Raw Normal View History

2017-03-01 14:45:50 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
2022-06-10 19:37:49 +00:00
at-spi2-core
2017-03-01 14:45:50 +00:00
chromium
feh
clipit
2019-04-05 00:02:08 +00:00
# firefox
2017-03-01 14:45:50 +00:00
keepassx
pcmanfm
2017-04-17 11:13:07 +00:00
evince
# replacement for mirage:
sxiv
dconf
2017-03-01 14:45:50 +00:00
xdotool
2017-03-01 21:03:20 +00:00
xorg.xbacklight
2017-03-01 14:45:50 +00:00
scrot
2020-06-17 07:33:32 +00:00
libnotify
2023-06-03 13:36:51 +00:00
thunderbird
2017-03-01 14:45:50 +00:00
];
}