From b27c5cf38b5cef5731b5be8ba41e3fa7cb0df293 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 5 May 2018 16:29:07 +0200 Subject: Group applications by purpose --- gui/default.nix | 46 +++++----------------------------------------- 1 file changed, 5 insertions(+), 41 deletions(-) (limited to 'gui/default.nix') diff --git a/gui/default.nix b/gui/default.nix index d83b10f..72a1590 100644 --- a/gui/default.nix +++ b/gui/default.nix @@ -1,49 +1,13 @@ { pkgs, ... }: { - home = { - packages = with pkgs; [ - # file viewers - sxiv - mpv - paraview - libreoffice - # communication - thunderbird - tdesktop - # UI dev utilities (CLI utilities are added in project specific nix-shells) - zeal - hotspot - qcachegrind - gitg - ]; - - file.".config/user-dirs.dirs".text = '' - XDG_TEMPLATES_DIR="$HOME/" - XDG_DESKTOP_DIR="$HOME/" - XDG_DOWNLOADS_DIR="$HOME/downloads/" - ''; - }; - imports = [ - # desktop environment ./xmonad.nix - ./rofi.nix - ./gtk.nix - # terminals - ./kitty.nix - ./urxvt.nix - # tools + ./terminal.nix ./vim.nix - ./pcmanfm.nix - # file viewers - ./zathura.nix + # applications grouped by purpose + ./apps/file.nix + ./apps/web.nix + ./apps/dev.nix ]; - - services.syncthing.enable = true; - - programs.firefox = { - enable = true; - enableAdobeFlash = true; - }; } -- cgit v1.2.3