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