]> Git — Sourcephile - julm/julm-nix.git/blob - homes/julm/hosts/carotte.nix
nix: add profile essential
[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 # Does not cross-compile:
11 # xsltproc: cannot execute binary file: Exec format error
12 manual.manpages.enable = false;
13 /*
14 xsession.enable = true;
15 xsession.windowManager.xmonad.enable = true;
16 services.screen-locker.inactiveInterval = 10; # minutes
17 */
18 }