1
2025-11-13 21:10:39 +01:00
2022-06-29 14:26:43 +02:00
2025-07-22 16:40:03 +02:00
2025-07-22 16:40:03 +02:00
2025-12-12 19:52:06 +01:00
2025-07-22 16:40:03 +02:00
2025-11-24 17:21:04 +01:00
2025-11-24 17:21:04 +01:00
2025-07-22 16:40:03 +02:00

NixOS Configuration

Modular NixOS configuration, using Hyprland (yikes) or Niri for a tiling/scrolling desktop.

To install, run nixos-rebuild with the --flake parameter from the NixFlake directory: nixos-rebuild switch --flake .#nixinator. Alternatively, use nh os switch or nh os boot.

NixFlake/system

Contains all the system configurations.

  • There is a common configuration used for all systems: NixFlake/system/default.nix
  • Every system has its own special configuration: NixFlake/system/<hostname>/default.nix
  • System modules are located in NixFlake/system/modules
  • Hosted services are located in NixFlake/system/services

When creating a NixOS configuration inside the NixFlake/flake.nix the common configuration is imported. Because the hostname is propagated to the common configuration, it can import the host-specific config by itself.

NixFlake/home

Contains all the home-manager configurations.

  • There is a common configuration for each user: NixFlake/home/<username>/default.nix
  • There is a configuration for a single system of this user: NixFlake/home/<username>/<hostname>/default.nix
  • Home-Manager modules are located in NixFlake/home/modules

When creating a NixOS configuration inside the NixFlake/flake.nix the common configuration is imported. Because the hostname is propagated to the common configuration, it can import the host-specific config by itself.

NixFlake/derivations

Contains all the stuff I packaged. Each derivation is loaded into NixFlake/derivations/default.nix.

NixFlake/overlays

Contains all overlays, e.g. package version overrides. The NixFlake/overlays/default.nix imports all overlays and all derivations. It is then imported by the top-level NixFlake/flake.nix, to make everything available to the system/home configurations.

Description
No description provided
Readme 358 MiB
Languages
Nix 96.7%
TeX 1%
Lua 0.6%
TypeScript 0.6%
Python 0.5%
Other 0.6%