chore: update flake.lock

This commit is contained in:
matt1432 2024-05-23 21:22:11 -04:00
parent 8667fbe805
commit a59961171a
10 changed files with 153 additions and 146 deletions
common
home/neovim
overlays

View file

@ -1,5 +1,6 @@
{
config,
neovim-nightly,
pkgs,
...
}: let
@ -15,7 +16,7 @@ in {
programs = {
neovim = {
enable = true;
package = pkgs.neovim-nightly;
package = neovim-nightly.packages.${pkgs.system}.neovim;
extraLuaConfig =
/*

View file

@ -1,12 +1,10 @@
{
grim-hyprland,
neovim-nightly,
nixpkgs-wayland,
...
} @ inputs: [
(import ./dracula-theme inputs)
grim-hyprland.overlays.default
neovim-nightly.overlay
nixpkgs-wayland.overlay
]