Rename fake modules to modules-old

This commit is contained in:
Tibo De Peuter 2023-10-17 12:15:41 +02:00
parent 82a2d7bbea
commit 97db5d05d3
28 changed files with 13 additions and 13 deletions

View file

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