From 3403cdf52e56f2564a57a8eff3aec7bbe6a4a0d5 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 3 Dec 2024 10:07:08 +0530 Subject: [PATCH] chore: sort the deoxys config and added isNix --- flake.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 955cd5dd..9ea57808 100644 --- a/flake.nix +++ b/flake.nix @@ -130,17 +130,18 @@ tertiary = "DP-1"; }; } + { + name = "deoxys"; + system = "x86_64-linux"; + user = "servius"; + hasGui = false; # It's a vm so no GUI apps are used + isNix = true; + } { name = "Uttarayans-MacBook-Pro"; system = "aarch64-darwin"; user = "fs0c131y"; } - { - name = "deoxys"; - system = "x86_64-linux"; - user = "fs0c131y"; - hasGui = false; # It's a vm so no GUI apps are used - } { name = "SteamDeck"; system = "x86_64-linux";