This repo consists of a relatively simple configuration for my desktop and laptop with nixOS and home-manager.
Feel free to benefit from my config, but I'm by no means a 😎 Nix Pro 😎 so use it with a grain of salt.
I do want to move to hjem in the future but currently there are two blockers stopping me from using it right now:
- Systemd user services
- GTK / dconf configuration
DISCLAIMER!! There is no guarantee that these configs will work for you. These are merely my personal configurations and they do NOT come with a warranty.
- fazziPC: My main desktop PC, running an AMD 5600x and an RTX 3070.
- fazziGO: My Thinkpad L14 Gen 4, which sports an AMD Ryzen 5 7530U.
- kunzozPC: My friends gaming PC, where I manage his NixOS installation.
flake.nix
: The flake which declares entry points and inputs for my entire configuration.hosts/
: All of the NixOS related configurations appear here. A seperate entrypoint for each host allows toggling of and modifications to specific modules.home/
: All of my home-manager configuration is contained here. I try and do everything I can in userspace, and so the grunt of most graphical modules are here.
- raf for nvf and helping with a lot of stuff
- Nobbz for helping a ton over discord
- the others which i wasn't able to mention here!!
This project is licensed under the MIT License. You are free to read the terms of the license here: LICENSE