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

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

    programs.htop.settings.detailed_cpu_time = true;

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