[zellij] Move to proper module
This commit is contained in:
parent
502f0f8bb0
commit
189b8278b7
6 changed files with 21 additions and 18 deletions
|
@ -6,6 +6,5 @@
|
|||
./tea
|
||||
./vifm
|
||||
./vim
|
||||
./zellij
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue