zellij/default.nix: enable zellij
This commit is contained in:
parent
a5b333fc23
commit
b50748afd9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = false;
|
enable = true;
|
||||||
|
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue