This commit is contained in:
iFargle 2024-01-07 22:30:47 +09:00
parent fd8403ef8d
commit 5eaba26001
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, inputs, theme, ... }: {
imports = [
inputs.stylix.homeManagerModules.stylix
../../../../../stylix/${theme}
../../../../../stylix/${theme}/default.nix
./components
./assets/waybar/scripts.nix
];

View file

@ -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;
};
}

View file

@ -9,7 +9,7 @@
imports = [
inputs.stylix.nixosModules.stylix
../../../../../stylix/${theme}
../../../../../stylix/${theme}/default.nix
];
stylix = {