diff --git a/.config/nix/flake.nix b/.config/nix/flake.nix index b206464..9d1e9fe 100755 --- a/.config/nix/flake.nix +++ b/.config/nix/flake.nix @@ -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 ]; }; }; diff --git a/.config/nix/hosts/mecca/configuration.nix b/.config/nix/hosts/mecca/configuration.nix index 965c75b..88d51e5 100644 --- a/.config/nix/hosts/mecca/configuration.nix +++ b/.config/nix/hosts/mecca/configuration.nix @@ -12,10 +12,5 @@ networking.hostName = "mecca"; - /* stylix = { - enable = true; - image = ./bg.jpg; - }; */ - system.stateVersion = "25.05"; } diff --git a/.config/nix/hosts/syntheticnexus/configuration.nix b/.config/nix/hosts/syntheticnexus/configuration.nix index 8781119..f0a7316 100644 --- a/.config/nix/hosts/syntheticnexus/configuration.nix +++ b/.config/nix/hosts/syntheticnexus/configuration.nix @@ -12,10 +12,5 @@ networking.hostName = "syntheticnexus"; - /* stylix = { - enable = true; - image = ./bg.jpg; - }; */ - system.stateVersion = "25.05"; }