Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thehxdev/dotfiles

My DotFiles
https://github.com/thehxdev/dotfiles

Last synced: about 2 months ago
JSON representation

My DotFiles

Awesome Lists containing this project

README

        

# DotFiles

My configuration files for my [NixOS](https://nixos.org) setup.

## NixOS config

Get `configuration.nix` file (as root):
```bash
# Create a backup from old config
mv /etc/nixos/configuration.nix /etc/nixos/configuration.nix.bak

# Download new config
curl -L -o '/etc/nixos/configuration.nix' 'https://raw.githubusercontent.com/thehxdev/dotfiles/main/nixos/configuration.nix'
```