https://github.com/grapeofwrath/nixos-apprentice
A simple gaming template for NixOS
https://github.com/grapeofwrath/nixos-apprentice
nix-flake nix-template nixos
Last synced: 3 months ago
JSON representation
A simple gaming template for NixOS
- Host: GitHub
- URL: https://github.com/grapeofwrath/nixos-apprentice
- Owner: grapeofwrath
- Created: 2025-01-10T01:54:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:42:44.000Z (4 months ago)
- Last Synced: 2025-02-01T18:35:50.048Z (4 months ago)
- Topics: nix-flake, nix-template, nixos
- Language: Nix
- Homepage:
- Size: 50.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NixOS Apprentice
_Keep It Simple Stupid_
### What do?
This sets up a system with Plasma and Steam ready to go, ensuring that you have
all you need to pown all the noobs.### Who for?
I built this primarily for any friends who might want to try linux.
### Why though?
Why not Endeavor or even Bazzite? You might ask. Well, I enjoy NixOS for one.
While it's quite different from traditional linux, I think there is a bright
future for it. The ability to roll-back after updates is pretty slick, and any
changes you might need to make are all documented within your configuration. If
you just want a simple system that works, Nix is a pretty great solution. I've
used Arch for many years, and Arch is great. Nix is spectacular.## Documentation (WIP)
## Adding a new system (WIP)
Use nix-shell with git in order to clone this repo. Then enter the directory and
use [shell.nix](./shell.nix) provided for the rest of the process.```sh
nix-shell -p git --command "git clone https://github.com/grapeofwrath/nixos-apprentice.git"
cd nixos-apprentice
nix-shell
```