Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adzialocha/nix

My NixOS system configurations
https://github.com/adzialocha/nix

dotfiles nix-home-manager nixos-configuration

Last synced: 16 days ago
JSON representation

My NixOS system configurations

Awesome Lists containing this project

README

        

# dotfiles

My NixOS system configuration files.

> Don't look yet, they are not ready and I'm still learning :D

```bash
# Clone repository into hidden folder
git clone [email protected]:adzialocha/dotfiles.git .dotfiles

# Rebuild NixOS system
nixos-rebuild switch --flake ~/.dotfiles

# Remove all previous NixOS versions (run nixos-rebuild afterwards)
nix-collect-garbage -d

# Format .nix files
nixfmt **/*.nix

# Set alias for templates folder
nix registry add templates ~/.dotfiles/templates

# Set up a Rust project with template (example)
nix flake init -t templates#rust
```