Lots of refactoring

This commit is contained in:
Lauren Lagarde 2025-03-09 22:53:51 -05:00
parent 2f65f8fcba
commit 70e37a959e
46 changed files with 635 additions and 400 deletions

View file

@ -0,0 +1,3 @@
{ ... }: {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}

4
tweaks/enable_flakes.nix Normal file
View file

@ -0,0 +1,4 @@
{ ... }: {
nix.channel.enable = false;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}