renamed to rhapsody-in-green

This commit is contained in:
Your Name
2024-04-06 18:06:01 -04:00
committed by Richie Cahill
parent 1567d5f296
commit 36ab04c5d8
4 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,7 @@
{ inputs, ... }:
{
system = "x86_64-linux";
home = true;
sops = true;
modules = [ inputs.nixos-hardware.nixosModules.framework-13-7040-amd ];
}