From fefb97eb7c09951b64c241cc45cb6181920c577a Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 08:57:53 +0000 Subject: [PATCH] trying stylix --- Droidnix/README.org | 13 +++++++++++++ Droidnix/flake.nix | 2 +- Droidnix/generated/out_of_tree/core/gtk.nix | 6 ++++++ Droidnix/generated/out_of_tree/core/stylix.nix | 7 +++++++ 4 files changed, 27 insertions(+), 1 deletion(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index e246a62ea..797dc3b6d 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -614,6 +614,13 @@ in inputs.stylix.nixosModules.stylix ]; + environment.systemPackages = with pkgs; [ + feh # wallpaper target + #gtk3 # GTK target + # gtk4 # GTK target + st # NVF / terminal target, or kitty + ]; + stylix = { enable = true; base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; @@ -628,6 +635,12 @@ Sets theming for GTK { config, pkgs, ... }: { + environment.systemPackages = with pkgs; [ + # feh # wallpaper target + gtk3 # GTK target + gtk4 # GTK target + #st # NVF / terminal target, or kitty + ]; # Stylix GTK target stylix.targets.gtk.enable = true; } diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index 78f258e23..2df86239d 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -55,7 +55,7 @@ outputs = inherit system; modules = [ # Import machine-specific configurations - ./generated/out_of_tree/machines/${machine}/top.nix + ./generated/out_of_tree/machines/traveldroid/top.nix # Anchoring all the other nixes ./generated/top.nix # Home Manager module diff --git a/Droidnix/generated/out_of_tree/core/gtk.nix b/Droidnix/generated/out_of_tree/core/gtk.nix index 445355e8d..fb87a5203 100644 --- a/Droidnix/generated/out_of_tree/core/gtk.nix +++ b/Droidnix/generated/out_of_tree/core/gtk.nix @@ -1,6 +1,12 @@ { config, pkgs, ... }: { + environment.systemPackages = with pkgs; [ + # feh # wallpaper target + gtk3 # GTK target + gtk4 # GTK target + #st # NVF / terminal target, or kitty + ]; # Stylix GTK target stylix.targets.gtk.enable = true; } diff --git a/Droidnix/generated/out_of_tree/core/stylix.nix b/Droidnix/generated/out_of_tree/core/stylix.nix index e92854298..8328e04a7 100644 --- a/Droidnix/generated/out_of_tree/core/stylix.nix +++ b/Droidnix/generated/out_of_tree/core/stylix.nix @@ -8,6 +8,13 @@ in inputs.stylix.nixosModules.stylix ]; + environment.systemPackages = with pkgs; [ + feh # wallpaper target + #gtk3 # GTK target + # gtk4 # GTK target + st # NVF / terminal target, or kitty + ]; + stylix = { enable = true; base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";