test
This commit is contained in:
parent
fd8403ef8d
commit
5eaba26001
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, inputs, theme, ... }: {
|
{ pkgs, inputs, theme, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.homeManagerModules.stylix
|
inputs.stylix.homeManagerModules.stylix
|
||||||
../../../../../stylix/${theme}
|
../../../../../stylix/${theme}/default.nix
|
||||||
./components
|
./components
|
||||||
./assets/waybar/scripts.nix
|
./assets/waybar/scripts.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
# Themes https://github.com/tinted-theming/base16-schemes
|
# Themes https://github.com/tinted-theming/base16-schemes
|
||||||
stylix = {
|
stylix = {
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
base16Scheme = ../green/everforest-dark-hard.yaml;
|
base16Scheme = ./everforest-dark-hard.yaml;
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
../../../../../stylix/${theme}
|
../../../../../stylix/${theme}/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
|
|
Loading…
Reference in a new issue