test
This commit is contained in:
parent
5eaba26001
commit
138face07c
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, inputs, theme, ... }: {
|
{ pkgs, inputs, theme, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.homeManagerModules.stylix
|
inputs.stylix.homeManagerModules.stylix
|
||||||
../../../../../stylix/${theme}/default.nix
|
../../../../stylix/${theme}
|
||||||
./components
|
./components
|
||||||
./assets/waybar/scripts.nix
|
./assets/waybar/scripts.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
../../../../../stylix/${theme}/default.nix
|
../../../../stylix/${theme}
|
||||||
];
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
|
|
Loading…
Reference in a new issue