New structure since I kept struggling with the home-manager implemnentation
This commit is contained in:
+2
-2
@@ -100,7 +100,7 @@ The Nix flake definition for Droidnix.
|
|||||||
{
|
{
|
||||||
# flake-parts requires you to define systems
|
# flake-parts requires you to define systems
|
||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" ];
|
||||||
|
modules = [ inputs.stylix.nixosModules.stylix ];
|
||||||
imports = [
|
imports = [
|
||||||
(import-tree ./generated/modules) # Auto-loads your modules
|
(import-tree ./generated/modules) # Auto-loads your modules
|
||||||
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
||||||
@@ -520,7 +520,7 @@ This sets the stylix implementation
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||||
|
|
||||||
image = "${flakeRoot}/assets/hyprland/wallpaperstuff/pictures/wall1.jpg";
|
image = "${flakeRoot}/assets/hyprland/wallpaperstuff/pictures/wall1.jpg";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
{
|
{
|
||||||
# flake-parts requires you to define systems
|
# flake-parts requires you to define systems
|
||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" ];
|
||||||
|
modules = [ inputs.stylix.nixosModules.stylix ];
|
||||||
imports = [
|
imports = [
|
||||||
(import-tree ./generated/modules) # Auto-loads your modules
|
(import-tree ./generated/modules) # Auto-loads your modules
|
||||||
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||||
|
|
||||||
image = "${flakeRoot}/assets/hyprland/wallpaperstuff/pictures/wall1.jpg";
|
image = "${flakeRoot}/assets/hyprland/wallpaperstuff/pictures/wall1.jpg";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|||||||
Reference in New Issue
Block a user