about summary refs log tree commit diff
path: root/home/alpha/zach.nix
blob: 336217c19029b2a04ee5e5442fddf0e3f44395fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ pkgs, ... }:

{
  config = {
    activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ];

    programs.htop.settings.detailed_cpu_time = true;

    sops.defaultSopsFile = ../secrets/secrets.yaml;
    sops.gnupg.home = "/home/zach/.gnupg";
  };
}