Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsukium/dotfiles
Nix dotfiles for NixOS, Darwin and WSL
https://github.com/natsukium/dotfiles
dotfiles nix-dotfiles
Last synced: about 1 month ago
JSON representation
Nix dotfiles for NixOS, Darwin and WSL
- Host: GitHub
- URL: https://github.com/natsukium/dotfiles
- Owner: natsukium
- License: cc0-1.0
- Created: 2017-08-25T04:23:50.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:04:29.000Z (2 months ago)
- Last Synced: 2024-10-29T09:22:30.470Z (2 months ago)
- Topics: dotfiles, nix-dotfiles
- Language: Nix
- Homepage: https://git.io/dotnatsukium
- Size: 1.16 MB
- Stars: 43
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
## Install
### for *nix
```sh
sh -c "$(curl -fsSL git.io/dotnatsukium)"
```### for Windows
```powershell
. { iwr -useb git.io/winnatsukium } | iex
```## Nix flake
Build for macbook
```sh
nix build .#darwinConfigurations.macbook.system
darwin-rebuild switch --flake .#macbook
```Build for linux machine
```sh
nix build --no-link .#homeConfigurations.x64-vm.activationPackage
home-manager switch --flake .#natsukium
```Update packages
```sh
nix flake update
```