From e28365b30ee617dc619a9c10f6a5e4e6743f730c Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 28 Jul 2024 21:19:44 -0500 Subject: [PATCH] added twilight system --- flake.nix | 7 +++++++ hosts/twilight/configuration.nix | 4 ++-- hosts/twilight/hardware-configuration.nix | 4 ++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 hosts/twilight/hardware-configuration.nix 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