pub-solar-os/configurations/hp500281.nix
2019-12-15 00:06:28 -07:00

16 lines
168 B
Nix

{ ... }:
let
inherit (builtins) readFile;
in
{
imports = [
../users/nrd.nix
];
boot.loader.systemd-boot = {
enable = true;
editor = false;
};
}