From 26486e8e4d0cb141d66aed187e147d8e327c51dc Mon Sep 17 00:00:00 2001 From: Thomas Jensen <32744171+Mast3rwaf1z@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:02:51 +0100 Subject: [PATCH] bug/fix imports (#62) --- shared/users/taoshi.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/users/taoshi.nix b/shared/users/taoshi.nix index f329725..b449713 100644 --- a/shared/users/taoshi.nix +++ b/shared/users/taoshi.nix @@ -1,7 +1,6 @@ {pkgs, ...}: { imports = [ ../programs/zsh.nix - ../programs/vim.nix ]; users.users.taoshi = { isNormalUser = true;