#11 Add unstable mpv module

This commit is contained in:
Tibo De Peuter 2023-06-24 14:01:21 +02:00
parent 9b661f8347
commit 0f1654b1f9
5 changed files with 81 additions and 46 deletions

View file

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