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/sefidel.nix | 12 ++++++++++++ home/alpha/zach.nix | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 home/alpha/sefidel.nix delete mode 100644 home/alpha/zach.nix (limited to 'home/alpha') diff --git a/home/alpha/sefidel.nix b/home/alpha/sefidel.nix new file mode 100644 index 0000000..333e62f --- /dev/null +++ b/home/alpha/sefidel.nix @@ -0,0 +1,12 @@ +{ 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/sefidel/.gnupg"; + }; +} 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