diff --git a/users/jordan/common/neovim.nix b/users/jordan/common/neovim.nix index f7c52f0..24dfb09 100644 --- a/users/jordan/common/neovim.nix +++ b/users/jordan/common/neovim.nix @@ -130,4 +130,6 @@ }; home.sessionVariables.EDITOR = "nvim"; + + stylix.targets.nixvim.enable = true; } diff --git a/users/jordan/common/optional/graphical/hyprland/default.nix b/users/jordan/common/optional/graphical/hyprland/default.nix index e559daa..afa6599 100644 --- a/users/jordan/common/optional/graphical/hyprland/default.nix +++ b/users/jordan/common/optional/graphical/hyprland/default.nix @@ -95,7 +95,6 @@ in enabled = true; range = 4; render_power = 3; - color = "rgba(1a1a1aee)"; }; blur = { @@ -246,7 +245,7 @@ in polarity = "dark"; # colors, dracula, eris, google-dark, framer, horizon-terminal-dark, humanoid-dark, isotope, onedark-dark, spacemacs, windows-nt - base16Scheme = "${pkgs.base16-schemes}/share/themes/colors.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/ayu-dark.yaml"; cursor = { name = "macOS"; @@ -272,7 +271,13 @@ in light = "MoreWaita"; }; - targets.gtk.enable = true; + targets = { + bat.enable = true; + btop.enable = true; + gtk.enable = true; + hyprland.enable = true; + kitty.enable = true; + }; }; home.packages = with pkgs.unstable; [