* added configuration.nix hardware.nix and programs.nix * updated boot setings * added docker * added default.nix * updated .sops.yaml * nix format Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * fix breaking issues Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * WIP * rhapsody_in_green --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: Your Name <you@example.com>
8 lines
152 B
Nix
8 lines
152 B
Nix
{ inputs, ... }:
|
|
{
|
|
system = "x86_64-linux";
|
|
home = true;
|
|
sops = true;
|
|
modules = [ inputs.nixos-hardware.nixosModules.framework-13-7040-amd ];
|
|
}
|