Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adzialocha/nix
- Owner: adzialocha
- Created: 2022-12-23T10:48:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T10:47:53.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T12:12:39.000Z (2 months ago)
- Topics: dotfiles, nix-home-manager, nixos-configuration
- Language: Nix
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```