diff --git a/darwin/configuration.nix b/darwin/configuration.nix index d4aff00..54c9ab9 100644 --- a/darwin/configuration.nix +++ b/darwin/configuration.nix @@ -41,7 +41,6 @@ "$LDFLAGS" ]; CPPFLAGS = "-I/opt/homebrew/opt/llvm/include $CPPFLAGS"; - }; environment.systemPath = lib.mkBefore [ @@ -68,5 +67,6 @@ users.users.nki = { name = "nki"; home = "/Users/nki"; + shell = "${config.home-manager.users.nki.programs.fish.package}/bin/fish"; }; } diff --git a/home/common.nix b/home/common.nix index fede2df..a0061cd 100644 --- a/home/common.nix +++ b/home/common.nix @@ -63,7 +63,7 @@ BAT_THEME = "GitHub"; # Editor EDITOR = "kak"; - }; +}; home.sessionPath = [ # Sometimes we want to install custom scripts here