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