From 656260eaa887d659627e0b229fd94c207de1622d Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 13 Sep 2023 15:46:46 +0900 Subject: feat(home): add sefidel@haruka --- home/configs/haruka/sefidel.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/configs/haruka/sefidel.nix (limited to 'home/configs') diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix new file mode 100644 index 0000000..5e4f561 --- /dev/null +++ b/home/configs/haruka/sefidel.nix @@ -0,0 +1,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"; + }; +} -- cgit 1.4.1