Removed Stylix completely

This commit is contained in:
lulusilly 2025-09-14 09:37:46 -04:00
parent ea380a3169
commit 7a1b4c714f
3 changed files with 0 additions and 14 deletions

View file

@ -2,8 +2,6 @@
description = "System flake"; description = "System flake";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# stylix.url = "github:danth/stylix";
# stylix.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = { self, nixpkgs, home-manager, ... }@inputs: { outputs = { self, nixpkgs, home-manager, ... }@inputs: {
nixosConfigurations = { nixosConfigurations = {
@ -13,7 +11,6 @@
modules = [ modules = [
./hosts/common.nix ./hosts/common.nix
./hosts/mecca/configuration.nix ./hosts/mecca/configuration.nix
# inputs.stylix.nixosModules.stylix
]; ];
}; };
syntheticnexus = nixpkgs.lib.nixosSystem { syntheticnexus = nixpkgs.lib.nixosSystem {
@ -22,7 +19,6 @@
modules = [ modules = [
./hosts/common.nix ./hosts/common.nix
./hosts/syntheticnexus/configuration.nix ./hosts/syntheticnexus/configuration.nix
# inputs.stylix.nixosModules.stylix
]; ];
}; };
}; };

View file

@ -12,10 +12,5 @@
networking.hostName = "mecca"; networking.hostName = "mecca";
/* stylix = {
enable = true;
image = ./bg.jpg;
}; */
system.stateVersion = "25.05"; system.stateVersion = "25.05";
} }

View file

@ -12,10 +12,5 @@
networking.hostName = "syntheticnexus"; networking.hostName = "syntheticnexus";
/* stylix = {
enable = true;
image = ./bg.jpg;
}; */
system.stateVersion = "25.05"; system.stateVersion = "25.05";
} }