mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Cleanup stylix targets
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user