From f94bd3d1d6c43f3b35d43d10eaed88106c6c14bf Mon Sep 17 00:00:00 2001 From: Weckyy702 Date: Wed, 11 Mar 2026 18:45:48 +0100 Subject: [PATCH] misc updates --- home/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index d1bcc10..4851183 100644 --- a/home/home.nix +++ b/home/home.nix @@ -10,6 +10,7 @@ top @ { config inputs.spicetify-nix.homeManagerModules.default ./borgmatic.nix ./ssh.nix + # ./wlr-which-key.nix ]; home.username = username; @@ -33,6 +34,7 @@ top @ { config file gnucash inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default + prusa-slicer gdb ]; @@ -149,7 +151,7 @@ top @ { config autosuggestion.enable = true; syntaxHighlighting.enable = true; initContent = pkgs.lib.mkBefore '' - date + date # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below. @@ -157,6 +159,7 @@ top @ { config source "''${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh" fi ''; + plugins = [ { name = "powerlevel10k";