[mpv] Merge module into user

This commit is contained in:
Tibo De Peuter 2023-10-18 17:02:32 +02:00
parent c46a7ce9c3
commit 502f0f8bb0
4 changed files with 13 additions and 16 deletions

View file

@ -1,7 +1,6 @@
{
imports = [
./git
./mpv
./sops
./ssh
./tea

View file

@ -1,11 +0,0 @@
{ config, system, lib, pkgs-unstable, ... }:
{
home-manager.users.tdpeuter.home = {
packages = with pkgs-unstable; [
mpv
];
file.".config/mpv".source = ../../../../stow/mpv/.config/mpv;
};
}