use different stylix version to have an enable option

This commit is contained in:
Kopatz
2024-06-07 22:40:35 +02:00
parent 13259838c3
commit c08dc9e86f
6 changed files with 19 additions and 17 deletions

View File

@@ -21,5 +21,4 @@
inputs.nix-colors.homeManagerModule
];
colorScheme = inputs.nix-colors.colorSchemes.tokyo-night-dark;
}

View File

@@ -28,9 +28,10 @@
#../../home-manager/theme.nix
../../home-manager/zsh.nix
../../home-manager/i3.nix
../../home-manager/stylix.nix
inputs.nixvim.homeManagerModules.nixvim
inputs.nix-colors.homeManagerModule
] ++ lib.optional osConfig.custom.graphical.i3.enable ../../home-manager/i3.nix; # need this hack because i3 uses stylix, and it errors otherwise
];
colorScheme = import ../../home-manager/themes/yorha/colors.nix;
#colorScheme = import ../../home-manager/themes/yorha/colors.nix;
}