From 352ba79aa2274278e0b890b323cb0b5ec83ce1ee Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Fri, 9 Feb 2024 00:25:05 -0500 Subject: [PATCH] Adds mtxyz@sol home config. --- homes/x86_64-linux/mtxyz@sol/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 homes/x86_64-linux/mtxyz@sol/default.nix diff --git a/homes/x86_64-linux/mtxyz@sol/default.nix b/homes/x86_64-linux/mtxyz@sol/default.nix new file mode 100644 index 0000000..6fa5a51 --- /dev/null +++ b/homes/x86_64-linux/mtxyz@sol/default.nix @@ -0,0 +1,8 @@ +{ ... }: +{ + mtxyz = { + private = false; + minimal = false; + graphical = false; + }; +}