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