6b26ef84a8
setup zshrc
16 lines
171 B
Nix
16 lines
171 B
Nix
{ ... }:
|
|
let
|
|
inherit (builtins) readFile;
|
|
in
|
|
{
|
|
imports = [
|
|
../profiles/develop
|
|
];
|
|
|
|
|
|
boot.loader.systemd-boot = {
|
|
enable = true;
|
|
editor = false;
|
|
};
|
|
}
|