mirror of
https://github.com/divnix/digga.git
synced 2024-12-19 06:01:38 +03:00
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;
|
|
};
|
|
}
|