Removed Stylix completely
This commit is contained in:
parent
ea380a3169
commit
7a1b4c714f
3 changed files with 0 additions and 14 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,10 +12,5 @@
|
|||
|
||||
networking.hostName = "mecca";
|
||||
|
||||
/* stylix = {
|
||||
enable = true;
|
||||
image = ./bg.jpg;
|
||||
}; */
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,10 +12,5 @@
|
|||
|
||||
networking.hostName = "syntheticnexus";
|
||||
|
||||
/* stylix = {
|
||||
enable = true;
|
||||
image = ./bg.jpg;
|
||||
}; */
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue