Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```