Add nixnas1 to flake

This commit is contained in:
Gene Liverman 2024-11-26 21:34:36 -05:00 committed by Gene Liverman
parent 571a5f0203
commit e0fe58c2c7
8 changed files with 403 additions and 40 deletions

View file

@ -0,0 +1,7 @@
{ ... }: {
home.stateVersion = "24.05";
imports = [
../../common/all-cli.nix
../../common/all-linux.nix
];
}