Move stylix

This commit is contained in:
iFargle 2024-01-07 22:32:06 +09:00
parent 7e8d5f4526
commit a4451376db
8 changed files with 2 additions and 2 deletions

View file

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

View file

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