nixos-config/2configs/tools/core-gui.nix
2024-08-04 23:31:57 +02:00

23 lines
351 B
Nix

{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
at-spi2-core
chromium
feh
clipit
# firefox
(pkgs.writers.writeDashBin "privatefox" "exec firefox -P Privatefox")
pcmanfm
evince
# replacement for mirage:
sxiv
dconf
xdotool
xorg.xbacklight
scrot
libnotify
thunderbird
];
}