https://github.com/giacomoguidotto/dotfiles
My dotfiles. Powered by Nix.
https://github.com/giacomoguidotto/dotfiles
dotfiles nix nix-home-manager zsh
Last synced: 4 months ago
JSON representation
My dotfiles. Powered by Nix.
- Host: GitHub
- URL: https://github.com/giacomoguidotto/dotfiles
- Owner: GiacomoGuidotto
- License: mit
- Created: 2024-12-16T17:24:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T14:42:25.000Z (4 months ago)
- Last Synced: 2025-02-05T15:43:44.596Z (4 months ago)
- Topics: dotfiles, nix, nix-home-manager, zsh
- Language: Lua
- Homepage:
- Size: 359 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My dotfiles. Powered by Nix.
## Getting started
Install Nix ([docs](https://nix.dev/install-nix)):
```sh
curl -L https://nixos.org/nix/install | sh
```Bootstrap nix-darwin: ([docs](https://github.com/LnL7/nix-darwin/?tab=readme-ov-file#step-2-installing-nix-darwin)):
```sh
nix run nix-darwin -- switch --flake ./nix-darwin#main
```Nix home-manager dotfiles have some issue due to protection policies.
Some app need to access their configs in write mode.As a workaround, use `stow` (you might need to remove already existing folders inside `~/.config`):
```sh
stow .
```## Quick links
- [Nix Home Manager Manual](https://daiderd.com/nix-darwin/manual/index.html)
- [Nix Home Manager Search](https://home-manager-options.extranix.com/release=master)
- [Nix Darwin Manual](https://daiderd.com/nix-darwin/manual/index.html)## Inspirations
This dotfiles are heavily inspired by:
- [omerxx/dotfiles](https://github.com/omerxx/dotfiles)
- [the-nix-way/dev-templates](https://github.com/the-nix-way/dev-templates)