summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/core-gui.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/tools/core-gui.nix')
-rw-r--r--makefu/2configs/tools/core-gui.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/makefu/2configs/tools/core-gui.nix b/makefu/2configs/tools/core-gui.nix
deleted file mode 100644
index bcd3022e8..000000000
--- a/makefu/2configs/tools/core-gui.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{ 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
- ];
-}