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 ------------ home/default.nix | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 home/alpha/sefidel.nix delete mode 100644 home/alpha/zach.nix (limited to 'home') 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"; - }; -} diff --git a/home/default.nix b/home/default.nix index f13678e..f83c954 100644 --- a/home/default.nix +++ b/home/default.nix @@ -3,8 +3,8 @@ { # TODO See: https://github.com/neovim/neovim/pull/21711 # TODO See: https://github.com/NixOS/nixpkgs/pull/214231 - "zach@alpha" = self.lib.mkHome { - username = "zach"; + "sefidel@alpha" = self.lib.mkHome { + username = "sefidel"; hostname = "alpha"; pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay rust.overlays.default /*neovim.overlay*/ ]; }; -- cgit 1.4.1