https://github.com/mawkler/nixos
NixOS + Hyprland setup
https://github.com/mawkler/nixos
Last synced: 9 months ago
JSON representation
NixOS + Hyprland setup
- Host: GitHub
- URL: https://github.com/mawkler/nixos
- Owner: mawkler
- Created: 2025-05-16T19:10:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-12T20:25:35.000Z (10 months ago)
- Last Synced: 2025-09-06T22:38:38.006Z (9 months ago)
- Language: Nix
- Homepage:
- Size: 455 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NixOS configuration
## Installation
```sh
sudo mv /etc/nixos/ /etc/nixos-old/
sudo ln -s ~/.config/nixos/ /etc/
sudo nixos-rebuild switch
```