Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 751 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 751 Bytes

My Nix monoflake

Directory Layout

  • 9l: definition of personal outputs
  • hardware: Configs equivalent to /etc/nixos/hardware-configuration.nix
  • hm: User-level home-manager configs
  • lib: Library of custom functions
  • modules: custom {nixos,home}Modules
  • nix: Nix config module kept compatible as both NixOS and home-manager Module
  • pkgs: Custom packages
  • sys: System-level Nix(OS) configs

Iso image commands

  • nix build .#nixosConfigurations.x86_64-linux-iso.config.system.build.isoImage
  • nix build .#nixosConfigurations.aarch64-linux-iso.config.system.build.isoImage

Acknowledgements

  • Aylur: Dotfiles for inspiration and some formerly copied config snippets