]> Git — Sourcephile - julm/julm-nix.git/blob - homes/julm/hosts/carotte.nix
hosts: rename {ida => carotte}
[julm/julm-nix.git] / homes / julm / hosts / carotte.nix
1 { pkgs, lib, config, ... }:
2 {
3 services.gpg-agent.pinentryFlavor = lib.mkForce "curses";
4 /*
5 xsession.enable = true;
6 xsession.windowManager.xmonad.enable = true;
7 home.packages = [
8 #pkgs.blender
9 pkgs.glxinfo
10 pkgs.mpv
11 pkgs.pavucontrol
12 ];
13 services.screen-locker.inactiveInterval = 10; # minutes
14 */
15 }