mpv: move out of home-manager

This commit is contained in:
2023-01-27 08:12:37 +00:00
parent 840c2feba5
commit f2c61d64b7
3 changed files with 1 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
./gpodder.nix ./gpodder.nix
./keyring.nix ./keyring.nix
./kitty.nix ./kitty.nix
./mpv.nix
./newsflash.nix ./newsflash.nix
./splatmoji.nix ./splatmoji.nix
./ssh.nix ./ssh.nix

View File

@@ -14,7 +14,6 @@ let
in in
{ {
imports = [ imports = [
./mpv.nix
./neovim.nix ./neovim.nix
./zsh ./zsh
]; ];