chore: update flake.lock
This commit is contained in:
parent
450c7cce19
commit
8f779d37c5
3 changed files with 37 additions and 46 deletions
common/overlays
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ neovim-flake, ... }: {
|
||||
imports = [
|
||||
./dracula-theme.nix
|
||||
./regreet.nix
|
||||
|
@ -6,6 +6,7 @@
|
|||
|
||||
nixpkgs.overlays = [
|
||||
(import ./blueberry.nix)
|
||||
neovim-flake.overlay
|
||||
|
||||
(final: prev: {
|
||||
spotifywm = final.callPackage ./pkgs/spotifywm.nix {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue