pub-solar-os/configurations/hp500281.nix

14 lines
144 B
Nix
Raw Normal View History

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