my nixos system configuration
home | ||
hosts | ||
lib | ||
modules | ||
system | ||
wallpapers | ||
.envrc | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md | ||
treefmt.nix |
❄️ nix
My NixOS configurations, using flakes.
</> Software I use
- Wayland compositor: niri
- Text editor: neovim
- Shell: fish
- Colors: Catppuccin
- Font: Intel One Mono
Additionally using a lot of other software you can find in the configuration files.
🛠️ Structure
Name | Description |
---|---|
home | Home manager configuration |
hosts | Host-specific (entry-points of the configuration) |
lib | Helper functions |
modules | NixOS modules |
system | NixOS configuration |
👥 Credits
People / repositories I have copied / learned from:
- fufexan/dotfiles for the configuration structure
- jacekpoz/nixos for learning how NixOS modules work
Some bits have also been borrowed from within the configuration, and credit has been given when its due.