From 4f4556a5394277236d0d4eca339e9b82f79c4828 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 30 Jul 2023 05:29:50 +0200 Subject: Add p10k configuration file --- user/settings/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user/settings') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 6e1bd0c7..f2feda10 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -242,4 +242,6 @@ in else "" ); }; + + home.file."${config.xdg.configHome}/zsh/.p10k.zsh".source = ../zsh/p10k.zsh; } -- cgit 1.4.1