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, ... }: {
|
||||
imports = [
|
||||
inputs.stylix.homeManagerModules.stylix
|
||||
../../../../../stylix/${theme}
|
||||
../../../../../stylix/${theme}/default.nix
|
||||
./components
|
||||
./assets/waybar/scripts.nix
|
||||
];
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
polarity = "dark";
|
||||
base16Scheme = ../green/everforest-dark-hard.yaml;
|
||||
base16Scheme = ./everforest-dark-hard.yaml;
|
||||
};
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
../../../../../stylix/${theme}
|
||||
../../../../../stylix/${theme}/default.nix
|
||||
];
|
||||
|
||||
stylix = {
|
||||
|
|
Loading…
Reference in a new issue