Price Hiller
61671baedc
TODO: Modify `orion`'s filesystem file to be accurate to the laptop, not a VM
10 lines
126 B
Nix
10 lines
126 B
Nix
{ config, lib, nixpkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./modules
|
|
./os/filesystem.nix
|
|
];
|
|
system.stateVersion = "23.11";
|
|
}
|