https://github.com/randomninjaatk/nixos
https://github.com/randomninjaatk/nixos
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/randomninjaatk/nixos
- Owner: RandomNinjaAtk
- License: gpl-3.0
- Created: 2023-04-09T12:51:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T21:00:12.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:40:34.608Z (about 1 year ago)
- Language: Nix
- Homepage:
- Size: 402 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NixOS - System Configuraitons
Personal system configurations...## Desktop/Laptop (All AMD or Intel + AMD)
1. Add `./imports.desktop.nix` to the imports section of `/etc/nixos/configuration.nix`
1. Run the following commmand as the root user:
`curl https://raw.githubusercontent.com/RandomNinjaAtk/nixos/main/setup.desktop.bash | bash`
1. Reboot your system## Home Theater PC (All AMD or Intel + AMD)
1. Add `./imports.htpc.nix` to the imports section of `/etc/nixos/configuration.nix`
1. Run the following commmand as the root user:
`curl https://raw.githubusercontent.com/RandomNinjaAtk/nixos/main/setup.htpc.bash | bash`
1. Reboot your system