From 084bdfb7ac1d2b8d65a7b328f18123bbd8743e7d Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 20 Jun 2024 13:00:14 +0200 Subject: [PATCH] Laptop configuration --- modules/home/programs/common.nix | 1 + modules/home/programs/shell.nix | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 = ''