Skip to content
/ nix Public

My NixOS system configurations

Notifications You must be signed in to change notification settings

adzialocha/nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My NixOS system configuration files.

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

# 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