pub-solar-os/configurations/hp500281.nix
Timothy DeHerrera 6b26ef84a8
profiles: init develop
setup zshrc
2019-12-14 21:37:46 -07:00

16 lines
171 B
Nix

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