My flake configuration for NixOS
Go to file
Ludovico d2d4da9c0c apply statix ( linter ) 2023-02-08 21:19:23 +09:30
hosts treewide: init core files 2023-02-08 19:53:14 +09:30
lib apply statix ( linter ) 2023-02-08 21:19:23 +09:30
modules treewide: init core files 2023-02-08 19:53:14 +09:30
overlays treewide: init core files 2023-02-08 19:53:14 +09:30
pkgs init digga 2023-02-08 06:41:32 +10:00
profiles apply statix ( linter ) 2023-02-08 21:19:23 +09:30
secrets treewide: init all files 2023-02-08 09:33:42 +09:30
shell apply statix ( linter ) 2023-02-08 21:19:23 +09:30
.editorconfig init digga 2023-02-08 06:41:32 +10:00
.envrc init digga 2023-02-08 06:41:32 +10:00
.gitignore init digga 2023-02-08 06:41:32 +10:00
COPYING init digga 2023-02-08 06:41:32 +10:00
README.md init digga 2023-02-08 06:41:32 +10:00
default.nix apply statix ( linter ) 2023-02-08 21:19:23 +09:30
flake.lock treewide: init all files 2023-02-08 09:33:42 +09:30
flake.nix apply statix ( linter ) 2023-02-08 21:19:23 +09:30
shell.nix init digga 2023-02-08 06:41:32 +10:00
treefmt.toml init digga 2023-02-08 06:41:32 +10:00

README.md

Nix Configuration

This repository is home to the nix code that builds my systems.

Why Nix?

Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it.

This flake is configured with the use of digga.