My NixOS configuration files.
  • Nix 93.9%
  • CSS 5.6%
  • Just 0.5%
Find a file
2026-03-12 01:05:12 +01:00
assets docs: add repository banner 2025-08-16 23:44:36 +01:00
home chore: automatically set an audio effect preset on startup 2026-03-10 14:20:45 +00:00
hosts chore: remove calibre-web 2026-03-12 01:05:12 +01:00
flake.lock flake+hotfix: update 2026-03-05 14:58:44 +00:00
flake.nix chore: use pkgs-stable and add it to system-wide configuration 2026-03-08 21:07:43 +00:00
justfile chore(justfile): use --no-reexec instead of the deprecated --fast 2025-08-16 23:32:17 +01:00
LICENSE chore: convert license file to plaintext 2025-08-19 19:17:19 +01:00
README.md docs: update information on workstations.nix+cachy.nix in README.md 2025-08-29 20:07:10 +01:00

frostfiles

repository banner

This is the repository hosting my personal NixOS configuration. My personal desktop environment is built upon Hyprland (boring, I know) and utilises a large variety of related and unrelated programs to make it feature-complete; these are installed and configured via home-manager.

I use the justfile within this repository with Just to more easily perform operations related to my configuration.

Note

I use Nix flakes to manage my configuration since it makes a lot of things easier. If you're new to Nix and/or pained by flakes, just know that flakes aren't real and can't hurt you.

Directory structure

  • home contains all home-manager configuration options
  • assets contains content such as images (including wallpapers)
  • hosts contains per-machine configuration

Note

Workstation configuration (which applies to desktops and laptops) is within hosts/workstations.nix. Performance-related settings taken from CachyOS here are placed in hosts/cachy.nix.

Commit style

Commits are generally formatted with the conventional commits specification:

<type>[machine/scope]: <description>

Where type is usually one of feat, docs, hotfix, chore, refactor, or flake (for flake-related operations).

License

Everything within this repository, with the exception of the content within assets, at this moment or previously, is licensed under the Mozilla Public License 2.0.