about summary refs log tree commit diff
path: root/home/configs/delta/remirin.nix
blob: 9ef3bc306e67912f291590a0034e7df3b9040714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{ pkgs, ... }:

{
  config = {
    activeProfiles = [
      "base"
      "darwin"
#      "gui"
#      "browsing"
      "development"
      "communication"
#      "multimedia"
#      "creative"
#      "research"
#      "security"
#      "gaming"
    ];

    programs.htop.settings.detailed_cpu_time = true;

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