2019-12-05 05:36:36 +00:00
|
|
|
{ ... }:
|
|
|
|
let
|
|
|
|
inherit (builtins) readFile;
|
|
|
|
in
|
|
|
|
{
|
2019-12-15 04:37:46 +00:00
|
|
|
imports = [
|
2019-12-15 07:06:28 +00:00
|
|
|
../users/nrd.nix
|
2019-12-15 04:37:46 +00:00
|
|
|
];
|
2019-12-05 05:36:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
boot.loader.systemd-boot = {
|
|
|
|
enable = true;
|
|
|
|
editor = false;
|
|
|
|
};
|
|
|
|
}
|