22 lines
280 B
Nix
22 lines
280 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
users.users.makefu.packages = with pkgs; [
|
|
at_spi2_core
|
|
chromium
|
|
feh
|
|
clipit
|
|
# firefox
|
|
keepassx
|
|
pcmanfm
|
|
evince
|
|
# replacement for mirage:
|
|
sxiv
|
|
tightvnc
|
|
gnome3.dconf
|
|
xdotool
|
|
xorg.xbacklight
|
|
scrot
|
|
];
|
|
}
|