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 // {