ark/configurations/hp500281.nix

17 lines
194 B
Nix
Raw Normal View History

{ ... }:
let
inherit (builtins) readFile;
in
{
2019-12-15 07:37:46 +03:00
imports = [
2019-12-15 10:06:28 +03:00
../users/nrd.nix
2019-12-16 10:54:46 +03:00
../profiles/graphical
2019-12-15 07:37:46 +03:00
];
boot.loader.systemd-boot = {
enable = true;
editor = false;
};
}