1 { pkgs, lib, config, ... }:
4 ../../../profiles/chat.nix
5 ../../../profiles/developing.nix
6 ../../../profiles/drawing.nix
7 ../../../profiles/gaming.nix
8 ../../../profiles/graphical.nix
9 ../../../profiles/networking.nix
10 ../../../profiles/office.nix
11 ../../../profiles/security.nix
12 ../../../profiles/sharing.nix
13 ../../../profiles/system.nix
14 ../../../profiles/video.nix
15 ../../../profiles/web.nix
16 ../../../profiles/xfce.nix
18 programs.direnv.enable = true;
19 programs.doom-emacs.enable = true;
20 programs.firefox.enable = false; # error: attribute 'gtk3' missing
21 programs.git.enable = true;
22 home.sessionVariables = {
27 #(pkgs.qgis.override { extraPythonPackages = (ps: [
28 # ps.pyqt5_with_qtwebkit