My systems configuration deployed using NixOS + user $HOME
directory configuration deployed using home-manager, current composed of:
System (Hostname) | Description |
---|---|
thinkpad-t14s |
Primary laptop, acquired 23/01/2025 |
hp-da0018nk |
HP laptop, used as a secondary machine for tests |
This flake is organized using hercules-ci/flake-parts
, using the following directory structure:
hosts
default.nix
- declarenixosConfigurations
flake output.<hostname>/
- per-host configuration. (see table above for all hostnames)
modules
default.nix
- declarenixosModules
andhomeManagerModules
flake outputs.theme/
- Custom theme module, seemodules/theme/README.md
.nixos/
- NixOS specific modules.home-manager/
- home-manager specific modules.
home
default.nix
- declarehomeManagerConfigurations
flake output.nferhat.nix
- home configuration for usernferhat
- See
home/README.md
for more detailed information
packages
default.nix
- declarepackages
flake output.mons.nix
- Command-Line Installer and Manager for Celeste Modding.
TODO
fufexan/dotfiles
copied some nix stuff from here and therehlissner/dotfiles
same as fufexan's dotfiles.rxyhn/yuki
same as fufexan's dotfiles.