]> Git — Sourcephile - julm/julm-nix.git/blob - homes/julm/hosts/losurdo.nix
nix: revamp in profiles
[julm/julm-nix.git] / homes / julm / hosts / losurdo.nix
1 { pkgs, lib, config, ... }:
2 {
3 imports = [
4 #../../../profiles/chat.nix
5 ../../../profiles/developing.nix
6 ../../../profiles/graphical.nix
7 ../../../profiles/networking.nix
8 ../../../profiles/sharing.nix
9 ../../../profiles/security.nix
10 ../../../profiles/system.nix
11 ../../../profiles/video.nix
12 ];
13 services.gpg-agent.pinentryFlavor = lib.mkForce "curses";
14 xsession.enable = true;
15 xsession.windowManager.xmonad.enable = true;
16 home.packages = [
17 #pkgs.blender
18 #pkgs.freecad
19 #pkgs.sweethome3d.application
20 ];
21 services.screen-locker.inactiveInterval = 10; # minutes
22 }