Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 697 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 697 Bytes

My Nix monoflake

Directory Layout

  • hardware: Configs equivalent to /etc/nixos/hardware-configuration.nix
  • hm: User-level home-manager configs
    • 9l: Personal user and git configuration
  • lib: Library of custom functions
  • nix: Nix package manager configs and nix overlays
  • 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