trying stylix
This commit is contained in:
@@ -614,6 +614,13 @@ in
|
|||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
feh # wallpaper target
|
||||||
|
#gtk3 # GTK target
|
||||||
|
# gtk4 # GTK target
|
||||||
|
st # NVF / terminal target, or kitty
|
||||||
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||||
@@ -628,6 +635,12 @@ Sets theming for GTK
|
|||||||
{ config, pkgs, ... }:
|
{ 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 GTK target
|
||||||
stylix.targets.gtk.enable = true;
|
stylix.targets.gtk.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -55,7 +55,7 @@ outputs =
|
|||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
# Import machine-specific configurations
|
# 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
|
# Anchoring all the other nixes
|
||||||
./generated/top.nix
|
./generated/top.nix
|
||||||
# Home Manager module
|
# Home Manager module
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
{ config, pkgs, ... }:
|
{ 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 GTK target
|
||||||
stylix.targets.gtk.enable = true;
|
stylix.targets.gtk.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ in
|
|||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
feh # wallpaper target
|
||||||
|
#gtk3 # GTK target
|
||||||
|
# gtk4 # GTK target
|
||||||
|
st # NVF / terminal target, or kitty
|
||||||
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||||
|
|||||||
Reference in New Issue
Block a user