This commit is contained in:
iFargle 2024-01-07 22:31:04 +09:00
parent 5eaba26001
commit 138face07c
2 changed files with 2 additions and 2 deletions

View file

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

View file

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