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.nix24
1 files changed, 24 insertions, 0 deletions
diff --git a/makefu/2configs/tools/core-gui.nix b/makefu/2configs/tools/core-gui.nix
new file mode 100644
index 00000000..6d62e92c
--- /dev/null
+++ b/makefu/2configs/tools/core-gui.nix
@@ -0,0 +1,24 @@
+{ pkgs, ... }:
+
+{
+ nixpkgs.config.firefox = {
+ enableAdobeFlash = true;
+ };
+
+ krebs.per-user.makefu.packages = with pkgs; [
+ chromium
+ clipit
+ feh
+ firefox
+ keepassx
+ pcmanfm
+ skype
+ mirage
+ tightvnc
+ gnome3.dconf
+ wireshark
+ xdotool
+ xorg.xbacklight
+ scrot
+ ];
+}