about summary refs log tree commit diff
path: root/home/kompakt/sefidel.nix
blob: 333e62fdb321db95d985cb0b902697d7c63206ed (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/sefidel/.gnupg";
  };
}