[mpv] Merge module into user
This commit is contained in:
parent
c46a7ce9c3
commit
502f0f8bb0
4 changed files with 13 additions and 16 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./git
|
||||
./mpv
|
||||
./sops
|
||||
./ssh
|
||||
./tea
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue