aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-13 15:46:46 +0900
committersefidel <contact@sefidel.net>2023-09-13 15:46:46 +0900
commit656260eaa887d659627e0b229fd94c207de1622d (patch)
tree0a3eead9fe2ec911cb1ad7198bc57b22beeaaacb
parentef6dd49bb693fa924065687d539b4642c44f9bb4 (diff)
downloadnixrc-656260eaa887d659627e0b229fd94c207de1622d.zip
feat(home): add sefidel@haruka
-rw-r--r--home/configs/haruka/sefidel.nix12
-rw-r--r--home/default.nix22
2 files changed, 34 insertions, 0 deletions
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";
+ };
+}
diff --git a/home/default.nix b/home/default.nix
index f243ecf..bbba0e7 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -24,6 +24,28 @@
version = "22.05";
};
+ "sefidel@haruka" = self.lib.mkHome {
+ username = "sefidel";
+ hostname = "haruka";
+ pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay helix.overlays.default ]; };
+
+ extraModules = [
+ ./profiles/populate.nix
+ ./profiles/base
+ ./profiles/gui
+ ./profiles/browsing
+ ./profiles/development
+ ./profiles/communication
+ ./profiles/multimedia
+ ./profiles/research
+
+
+ inputs.sops-nix.homeManagerModules.sops
+ ];
+
+ version = "23.11";
+ };
+
"sefidel@kompakt" = self.lib.mkHome {
username = "sefidel";
hostname = "kompakt";