diff --git a/home/base/programs/nixvim/keymaps.nix b/home/base/programs/nixvim/keymaps.nix index c37e636..9d91c34 100644 --- a/home/base/programs/nixvim/keymaps.nix +++ b/home/base/programs/nixvim/keymaps.nix @@ -41,5 +41,23 @@ desc = "Format buffer"; }; } + { + action = '' + Telescope lsp_definitions + ''; + key = "gd"; + options = { + desc = "Go to definitions"; + }; + } + { + action = '' + Telescope lsp_references + ''; + key = "gr"; + options = { + desc = "Go to references"; + }; + } ]; } diff --git a/hosts/solaire/default.nix b/hosts/solaire/default.nix index 8223701..3321a66 100644 --- a/hosts/solaire/default.nix +++ b/hosts/solaire/default.nix @@ -45,5 +45,7 @@ }; programs.gamemode.enable = true; + + stylix.image = ../../wallpapers/lucy-edgerunners-wallpaper.jpg; } diff --git a/modules/stylix.nix b/modules/stylix.nix index 6eb7e26..83b8741 100644 --- a/modules/stylix.nix +++ b/modules/stylix.nix @@ -1,9 +1,9 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: { stylix.enable = true; - stylix.image = ../lucy.jpg; stylix.polarity = "dark"; + stylix.image = lib.mkDefault ../wallpapers/nix-wallpaper-nineish-catppuccin-frappe-alt.svg; stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml"; stylix.autoEnable = true; diff --git a/lucy.jpg b/wallpapers/lucy-edgerunners-wallpaper.jpg similarity index 100% rename from lucy.jpg rename to wallpapers/lucy-edgerunners-wallpaper.jpg diff --git a/wallpapers/nix-wallpaper-nineish-catppuccin-frappe-alt.svg b/wallpapers/nix-wallpaper-nineish-catppuccin-frappe-alt.svg new file mode 100644 index 0000000..c11a827 --- /dev/null +++ b/wallpapers/nix-wallpaper-nineish-catppuccin-frappe-alt.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.svg b/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.svg new file mode 100644 index 0000000..44986cd --- /dev/null +++ b/wallpapers/nix-wallpaper-nineish-catppuccin-frappe.svg @@ -0,0 +1,63 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file