about summary refs log tree commit diff
path: root/home/configs/alpha/sefidel.nix
blob: 5e4f561cd1815c97214961455de8d33e8f112210 (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";
  };
}