moving rhapsody-in-green to systems

This commit is contained in:
Richie Cahill
2024-04-19 19:28:36 -04:00
committed by Alice Huston
parent 9f7cb6f186
commit 0a88a21372
4 changed files with 5 additions and 6 deletions

View File

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