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
./keyring.nix
./kitty.nix
./mpv.nix
./newsflash.nix
./splatmoji.nix
./ssh.nix

View File

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