Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thehxdev/dotfiles
My DotFiles
https://github.com/thehxdev/dotfiles
Last synced: about 2 months ago
JSON representation
My DotFiles
- Host: GitHub
- URL: https://github.com/thehxdev/dotfiles
- Owner: thehxdev
- Created: 2022-06-18T13:07:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T14:52:20.000Z (4 months ago)
- Last Synced: 2024-09-07T16:17:08.106Z (4 months ago)
- Language: Nix
- Homepage:
- Size: 21.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```