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.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/makefu/2configs/tools/core-gui.nix b/makefu/2configs/tools/core-gui.nix
deleted file mode 100644
index 57c8c96f..00000000
--- a/makefu/2configs/tools/core-gui.nix
+++ /dev/null
@@ -1,21 +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
- ];
-}