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