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

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

    programs.htop.settings.detailed_cpu_time = true;

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