nixos-config/2configs/tools/core-gui.nix

22 lines
277 B
Nix
Raw Normal View History

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