summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/core-gui.nix
blob: 1e85da53ce5354d0c91a27941b310eea33b9cc53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ pkgs, ... }:

{
  users.users.makefu.packages = with pkgs; [
    chromium
    feh
    clipit
    firefox
    keepassx
    pcmanfm
    evince
    mirage
    tightvnc
    gnome3.dconf
    xdotool
    xorg.xbacklight
    scrot
  ];
}