]> Git — Sourcephile - julm/julm-nix.git/blob - homes/julm/hosts/carotte.nix
nix: revamp in profiles
[julm/julm-nix.git] / homes / julm / hosts / carotte.nix
1 { pkgs, lib, config, ... }:
2 {
3 imports = [
4 ../../../profiles/graphical.nix
5 ../../../profiles/networking.nix
6 ../../../profiles/security.nix
7 ../../../profiles/system.nix
8 ];
9 services.gpg-agent.pinentryFlavor = lib.mkForce "curses";
10 /*
11 xsession.enable = true;
12 xsession.windowManager.xmonad.enable = true;
13 services.screen-locker.inactiveInterval = 10; # minutes
14 */
15 }