Thinking to remove Stylix for overall simplicity
This commit is contained in:
parent
e61e3d3202
commit
74389e6eef
4 changed files with 7 additions and 7 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
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.url = "github:danth/stylix";
|
||||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
# stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
|
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,10 @@
|
||||||
|
|
||||||
networking.hostName = "mecca";
|
networking.hostName = "mecca";
|
||||||
|
|
||||||
stylix = {
|
/* stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
image = ./bg.jpg;
|
image = ./bg.jpg;
|
||||||
};
|
}; */
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,10 @@
|
||||||
|
|
||||||
networking.hostName = "syntheticnexus";
|
networking.hostName = "syntheticnexus";
|
||||||
|
|
||||||
stylix = {
|
/* stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
image = ./bg.jpg;
|
image = ./bg.jpg;
|
||||||
};
|
}; */
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue