mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Cleanup stylix targets
This commit is contained in:
@@ -11,15 +11,12 @@ in
|
|||||||
|
|
||||||
home.packages = with pkgs; [ just ];
|
home.packages = with pkgs; [ just ];
|
||||||
|
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
||||||
# Disable nixvim due to tokyonight module missing
|
targets.nixvim.enable = false; # tokyonight module missing?
|
||||||
targets.nixvim.enable = false;
|
targets.vscode.enable = false; # overrides synced settings
|
||||||
targets.vim.enable = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
gpg-agent = {
|
gpg-agent = {
|
||||||
enable = stdenv.isLinux;
|
enable = stdenv.isLinux;
|
||||||
|
@@ -26,8 +26,6 @@ in
|
|||||||
stylix = {
|
stylix = {
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
||||||
image = "/run/current-system/sw/share/backgrounds/gnome/blobs-l.svg";
|
image = "/run/current-system/sw/share/backgrounds/gnome/blobs-l.svg";
|
||||||
# Disable nixvim due to tokyonight module missing
|
|
||||||
targets.nixvim.enable = false;
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user