diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index ff54ec39..5f2268ea 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -36,11 +36,7 @@ }; }; - environment.variables = { - FLAKE = "https://flakehub.com/f/alyraffauf/nixcfg/*.tar.gz"; - GDK_SCALE = "1.25"; - }; - + environment.variables.GDK_SCALE = "1.25"; networking.hostName = "rustboro"; system.stateVersion = "24.05"; zramSwap.memoryPercent = 100;