fix(macos): relative path 🐛

This commit is contained in:
Daniel Thoren 2025-09-08 13:52:32 +02:00 committed by GitHub
parent e5a7512a98
commit 5a7a8b9f5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@
# macOS (nix-darwin) configuration # macOS (nix-darwin) configuration
darwinConfigurations."Daniel-Macbook-Air" = nix-darwin.lib.darwinSystem { darwinConfigurations."Daniel-Macbook-Air" = nix-darwin.lib.darwinSystem {
modules = [ modules = [
./nixos/hosts/macos.nix ./hosts/macos.nix
# TODO: add tmux.nix, neovim.nix, fish.nix # TODO: add tmux.nix, neovim.nix, fish.nix
]; ];
}; };