From ecade3a03e3361c444802dcd88815eef5b4b98b3 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 8 Sep 2025 19:16:17 +0200 Subject: [PATCH] feat: add tmux, fish, nix configs to macos :apple::sparkles: --- nixos/flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/flake.nix b/nixos/flake.nix index e182dfa..50b6fdd 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -57,7 +57,9 @@ darwinConfigurations."Daniel-Macbook-Air" = nix-darwin.lib.darwinSystem { modules = [ ./hosts/macos.nix - # TODO: add tmux.nix, neovim.nix, fish.nix + ./tmux.nix + ./neovim.nix + ./fish.nix ]; }; };