From f1a1610836a0e473a5a4a4a37ecf9726134382d6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 15 Jul 2025 14:17:33 -0500 Subject: [PATCH] add jesstop --- flake.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/flake.nix b/flake.nix index ac2f629..a06a072 100644 --- a/flake.nix +++ b/flake.nix @@ -131,6 +131,18 @@ ]; }; + jesstop = nixpkgs.lib.nixosSystem { + specialArgs = { + inputs = inputs // { + tokyo-night-sddm-theme = self.tokyo-night-sddm-theme; + }; + }; + modules = [ + ./system-config/configuration/jesstop + ./system-config + ]; + }; + live = nixpkgs.lib.nixosSystem { specialArgs = { inputs = inputs // {