From 8d404c9e06ef051d8649942fa4cda1fe3dba66b6 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 9 May 2025 08:26:06 +0200 Subject: [PATCH] Fixes dnsc-work config --- home/darwin-work.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home/darwin-work.nix b/home/darwin-work.nix index d4b0cb5..c841e62 100644 --- a/home/darwin-work.nix +++ b/home/darwin-work.nix @@ -2,9 +2,8 @@ { home.username = "dennis"; - home.homeDirectory = "/Users/dennis"; home.stateVersion = "24.11"; - + home.homeDirectory = "/Users/dennis"; home.sessionVariables = { EDITOR = "nvim"; GOPATH = "$HOME/go"; @@ -16,7 +15,7 @@ imports = [ ./modules/git - ./modules/fish/work + ./modules/fish/work.nix ./modules/atuin ./modules/wezterm ./modules/nvim