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

{
  users.users.makefu.packages = with pkgs; [
    at-spi2-core
    chromium
    feh
    clipit
    # firefox
    keepassx
    pcmanfm
    evince
    # replacement for mirage:
    sxiv
    dconf
    xdotool
    xorg.xbacklight
    scrot
    libnotify
    thunderbird
  ];
}