blob: 41bfef270b2850305cec5b62e344f9e1ee996f8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
at_spi2_core
chromium
feh
clipit
# firefox
keepassx
pcmanfm
evince
mirage
tightvnc
gnome3.dconf
xdotool
xorg.xbacklight
scrot
];
}
|