flake updates - calufrax addition - possibly not being updated more because i am not planning to use nixos for much longer but keeping this here for the poss i do

This commit is contained in:
alyx 2026-02-07 19:23:04 +00:00
parent fb4ad07620
commit 5683ef172f
No known key found for this signature in database
9 changed files with 485 additions and 149 deletions

View file

@ -0,0 +1,9 @@
{config, pkgs, ...}:{
imports = [
./configuration.nix
../overrides.nix
../ssh.nix
../substituters.nix
../fonts.nix
];
}