diff --git a/flake.nix b/flake.nix index b97f0a0..43893ba 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,13 @@ nixos-hardware.nixosModules.framework-11th-gen-intel ]; }; + twilight = nixpkgs.lib.nixosSystem { + specialArgs = {inherit inputs;}; + modules = [ + ./hosts/twilight/configuration.nix + inputs.home-manager.nixosModules.default + ]; + }; }; }; } diff --git a/hosts/twilight/configuration.nix b/hosts/twilight/configuration.nix index 6930d8f..06a0a3a 100644 --- a/hosts/twilight/configuration.nix +++ b/hosts/twilight/configuration.nix @@ -1,5 +1,5 @@ # leyla desktop -{}: +{ config, pkgs, inputs, modulesPath, ... }: { -} \ No newline at end of file +} diff --git a/hosts/twilight/hardware-configuration.nix b/hosts/twilight/hardware-configuration.nix new file mode 100644 index 0000000..2ddff10 --- /dev/null +++ b/hosts/twilight/hardware-configuration.nix @@ -0,0 +1,4 @@ + +{ + +} \ No newline at end of file