]> Git — Sourcephile - julm/julm-nix.git/blob - homes/julm/hosts/carotte.nix
carotte: fix paths to profiles
[julm/julm-nix.git] / homes / julm / hosts / carotte.nix
1 { pkgs, lib, config, ... }:
2 {
3 imports = [
4 ../../../home-manager/profiles/graphical.nix
5 ../../../home-manager/profiles/networking.nix
6 ];
7 services.gpg-agent.pinentryFlavor = lib.mkForce "curses";
8 # Does not cross-compile:
9 # xsltproc: cannot execute binary file: Exec format error
10 manual.manpages.enable = false;
11 /*
12 xsession.enable = true;
13 xsession.windowManager.xmonad.enable = true;
14 services.screen-locker.inactiveInterval = 10; # minutes
15 */
16 }