parent
8667fbe805
commit
a59961171a
10 changed files with 153 additions and 146 deletions
common
|
@ -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 =
|
||||
/*
|
||||
|
|
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue