diff --git a/modules/home/programs/common.nix b/modules/home/programs/common.nix index 0dba79a..3ca5225 100644 --- a/modules/home/programs/common.nix +++ b/modules/home/programs/common.nix @@ -21,6 +21,7 @@ unstable.cubiomes-viewer unstable.yt-dlp unstable.rnote + unstable.vesktop # Image editing gimp diff --git a/modules/home/programs/shell.nix b/modules/home/programs/shell.nix index 0d40fab..de68721 100644 --- a/modules/home/programs/shell.nix +++ b/modules/home/programs/shell.nix @@ -14,11 +14,16 @@ enable = true; }; - programs.zellij = { + programs.starship = { enable = true; enableBashIntegration = true; }; + programs.zellij = { + enable = true; + # enableBashIntegration = true; + }; + home.file.zellij = { target = ".config/zellij/config.kdl"; text = ''