From 625bb16a078148c6ea49bf8369b8f5a6172ad455 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 16 Feb 2023 11:36:19 +0900 Subject: feat(nixos/alpha): reinstall --- home/alpha/zach.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 home/alpha/zach.nix (limited to 'home/alpha/zach.nix') diff --git a/home/alpha/zach.nix b/home/alpha/zach.nix deleted file mode 100644 index 336217c..0000000 --- a/home/alpha/zach.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ 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/zach/.gnupg"; - }; -} -- cgit 1.4.1