Move stylix module definition, not needed for server
This commit is contained in:
parent
9e92c21fbd
commit
c9ab74c825
|
@ -38,7 +38,6 @@
|
||||||
modules =
|
modules =
|
||||||
[
|
[
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
stylix.nixosModules.stylix
|
|
||||||
./hosts/${hostName}/configuration.nix
|
./hosts/${hostName}/configuration.nix
|
||||||
./hosts/${hostName}/hardware-configuration.nix
|
./hosts/${hostName}/hardware-configuration.nix
|
||||||
./system/default.nix
|
./system/default.nix
|
||||||
|
@ -160,6 +159,7 @@
|
||||||
systemConfig {
|
systemConfig {
|
||||||
inherit hostName user system;
|
inherit hostName user system;
|
||||||
systemModules = [
|
systemModules = [
|
||||||
|
stylix.nixosModules.stylix
|
||||||
./system/laptop.nix
|
./system/laptop.nix
|
||||||
./system/hyprland.nix
|
./system/hyprland.nix
|
||||||
./system/games.nix
|
./system/games.nix
|
||||||
|
@ -175,6 +175,7 @@
|
||||||
systemConfig {
|
systemConfig {
|
||||||
inherit hostName user system;
|
inherit hostName user system;
|
||||||
systemModules = [
|
systemModules = [
|
||||||
|
stylix.nixosModules.stylix
|
||||||
./system/autoupgrade.nix
|
./system/autoupgrade.nix
|
||||||
./system/hyprland.nix
|
./system/hyprland.nix
|
||||||
./system/games.nix
|
./system/games.nix
|
||||||
|
@ -192,6 +193,7 @@
|
||||||
systemConfig {
|
systemConfig {
|
||||||
inherit hostName user system;
|
inherit hostName user system;
|
||||||
systemModules = [
|
systemModules = [
|
||||||
|
stylix.nixosModules.stylix
|
||||||
./system/laptop.nix
|
./system/laptop.nix
|
||||||
./system/hyprland.nix
|
./system/hyprland.nix
|
||||||
];
|
];
|
||||||
|
@ -206,6 +208,7 @@
|
||||||
systemConfig {
|
systemConfig {
|
||||||
inherit hostName user system;
|
inherit hostName user system;
|
||||||
systemModules = [
|
systemModules = [
|
||||||
|
stylix.nixosModules.stylix
|
||||||
./system/autoupgrade.nix
|
./system/autoupgrade.nix
|
||||||
./system/hyprland.nix
|
./system/hyprland.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue