Add zellij module
This commit is contained in:
parent
4a5cbee5c3
commit
4df4b41540
1 changed files with 8 additions and 0 deletions
8
nixos/modules/utils/zellij/default.nix
Normal file
8
nixos/modules/utils/zellij/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home-manager.users.tdpeuter.home = {
|
||||||
|
packages = [ pkgs.zellij ];
|
||||||
|
file.".config/zellij".source = ../../../../stow/zellij/.config/zellij;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue