change prompt

This commit is contained in:
zoe 2022-10-30 08:20:16 +01:00
parent 805ed0d29e
commit 4ae37e2dfb
1 changed files with 19 additions and 0 deletions

View File

@ -13,6 +13,25 @@
./user.nix
];
console.colors = [
"#002b36"
"#dc322f"
"#859900"
"#b58900"
"#268bd2"
"#d33682"
"#2aa198"
"#eee8d5"
"#002b36"
"#cb4b16"
"#586e75"
"#657b83"
"#839496"
"#6c71c4"
"#93a1a1"
"#fdf6e3"
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;