#11 Add unstable mpv module

This commit is contained in:
Tibo De Peuter 2023-06-24 14:01:21 +02:00 committed by Tibo De Peuter
parent 23a8f4c918
commit 0faf97e6d2
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;
};
}