chore: update flake.lock

This commit is contained in:
matt1432 2023-11-19 14:39:10 -05:00
parent 450c7cce19
commit 8f779d37c5
3 changed files with 37 additions and 46 deletions
common/overlays

View file

@ -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 {};