From 7e50e79125ae1cd63ea68ab1a00f2e694a564e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 3 Feb 2026 17:34:55 +0100 Subject: [PATCH] do not depend on users.me --- modules/zsh.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/zsh.nix b/modules/zsh.nix index 72da6a9..87d316b 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ pkgs, ... }: let promptColours.success = "cyan"; promptColours.failure = "red"; @@ -47,8 +47,6 @@ in export KEYTIMEOUT=1 - hash -d nixos=/etc/nixos niveum=${config.users.users.me.home}/sync/src/niveum - autoload -U zmv run-help edit-command-line fpath=(${zsh-completions}/src $fpath)