Geoffrey Frogeye
7e49ed2e19
This was a fix attempt before I discovered that the issue was that nixos-install uses the root user's channels. Doesn't hurt anyways.
13 lines
281 B
Nix
13 lines
281 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../options.nix
|
|
./battery.nix
|
|
./geoffrey.nix
|
|
./common.nix
|
|
./desktop.nix
|
|
./wireless.nix
|
|
"${builtins.fetchTarball "https://github.com/nix-community/disko/archive/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22.tar.gz"}/module.nix"
|
|
];
|
|
}
|