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

20 lines
233 B
Nix
Raw Normal View History

2017-03-01 15:45:50 +01:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
2017-03-01 15:45:50 +01:00
chromium
feh
clipit
2017-03-01 15:45:50 +01:00
firefox
keepassx
pcmanfm
2017-04-17 13:13:07 +02:00
evince
2017-03-01 15:45:50 +01:00
mirage
tightvnc
gnome3.dconf
xdotool
2017-03-01 22:03:20 +01:00
xorg.xbacklight
2017-03-01 15:45:50 +01:00
scrot
];
}