updated twilight configuration

This commit is contained in:
Leyla Becker 2024-08-21 22:15:20 -05:00
parent b72941c75f
commit 5962641f03
4 changed files with 111 additions and 3 deletions

View file

@ -23,6 +23,7 @@
packages = forEachPkgs (pkgs: import ./pkgs { inherit pkgs; });
nixosConfigurations = {
# Leyla Laptop
horizon = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
@ -31,6 +32,7 @@
nixos-hardware.nixosModules.framework-11th-gen-intel
];
};
# Leyla Desktop
twilight = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [