From eda72b60d414f0fd71caf2fc89f144beed5fb917 Mon Sep 17 00:00:00 2001
From: iFargle <albert@sysctl.io>
Date: Wed, 31 Jan 2024 13:09:15 +0900
Subject: [PATCH] test

---
 flake.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix
index 5f65d3be..dc26355d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -53,8 +53,8 @@
       osaka-linode-01  = libx.mkHost { hostname = "osaka-linode-01"; };
       framework-server = libx.mkHost { hostname = "framework-server"; };
       nuc-server       = libx.mkHost { hostname = "nuc-server"; };
-      nixos-desktop    = libx.mkHost { hostname = "nixos-desktop"; unfree = true; repo = "pkgs-unstable"; desktop = "hyprland"; gpu = "nvidia"; theme = "tokyo-night"; };
-      nixos-framework  = libx.mkHost { hostname = "nixos-framework"; unfree = true; repo = "pkgs-unstable"; desktop = "hyprland"; gpu = "amd"; theme = "tokyo-night"; };
+      nixos-desktop    = libx.mkHost { hostname = "nixos-desktop"; unfree = true; repo = "nixpkgs-unstable"; desktop = "hyprland"; gpu = "nvidia"; theme = "tokyo-night"; };
+      nixos-framework  = libx.mkHost { hostname = "nixos-framework"; unfree = true; repo = "nixpkgs-unstable"; desktop = "hyprland"; gpu = "amd"; theme = "tokyo-night"; };
       backups-rpi4     = libx.mkHost { hostname = "backups-rpi4"; system = "aarch64-linux"; type = "small"; };
       piaware-rpi4     = libx.mkHost { hostname = "piaware-rpi4"; system = "aarch64-linux"; type = "small"; };
       quitman-rpi4     = libx.mkHost { hostname = "quitman-rpi4"; system = "aarch64-linux"; type = "small"; };