Cleanup stylix targets

This commit is contained in:
Dave Gallant
2024-05-19 16:13:49 -04:00
parent dfcd594769
commit 53ed4b8e3c
2 changed files with 2 additions and 7 deletions

View File

@@ -11,15 +11,12 @@ in
home.packages = with pkgs; [ just ];
stylix = {
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
# Disable nixvim due to tokyonight module missing
targets.nixvim.enable = false;
targets.vim.enable = false;
targets.nixvim.enable = false; # tokyonight module missing?
targets.vscode.enable = false; # overrides synced settings
};
services = {
gpg-agent = {
enable = stdenv.isLinux;

View File

@@ -26,8 +26,6 @@ in
stylix = {
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
image = "/run/current-system/sw/share/backgrounds/gnome/blobs-l.svg";
# Disable nixvim due to tokyonight module missing
targets.nixvim.enable = false;
polarity = "dark";
};