From 96396f67a751deaa10fc9652b1ca68b519f3d255 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Fri, 16 Dec 2022 19:37:01 +0000 Subject: [PATCH] flake: Add luroy --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 622afb6..e7072bf 100644 --- a/flake.nix +++ b/flake.nix @@ -57,6 +57,10 @@ system = "aarch64-darwin"; profiles = with profiles; [default dev dev-gui sensitive mac]; }; + luroy = lib.mkHome { + system = "x86_64-linux"; + profiles = with profiles; [default dev]; + }; }; } # Per-system things