Move stylix
This commit is contained in:
parent
7e8d5f4526
commit
a4451376db
8 changed files with 2 additions and 2 deletions
home-manager/common/desktops/hyprland
nixos/common/desktops/hyprland
stylix
green
gruvbox
stylix
tokyo-day
tokyo-night
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, inputs, theme, ... }: {
|
{ pkgs, inputs, theme, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.homeManagerModules.stylix
|
inputs.stylix.homeManagerModules.stylix
|
||||||
../../../../lib/stylix/${theme}
|
../../../../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
|
||||||
../../../../lib/stylix/${theme}
|
../../../../stylix/${theme}
|
||||||
];
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue