[zellij] Move to proper module

This commit is contained in:
Tibo De Peuter 2023-10-18 17:03:24 +02:00
parent 502f0f8bb0
commit 189b8278b7
6 changed files with 21 additions and 18 deletions

View file

@ -6,6 +6,5 @@
./tea
./vifm
./vim
./zellij
];
}

View file

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