1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: adjust starship prompt and install fish fzf

This commit is contained in:
oddlama 2023-02-07 21:35:59 +01:00
parent f25a7cc241
commit 6bfa0187c7
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 80 additions and 74 deletions

View file

@ -35,7 +35,7 @@ in {
{
keyMap = "de-latin1-nodeadkeys";
}
// lib.mkIf config.video.hidpi.enable {
// lib.mkIf config.hardware.video.hidpi.enable {
font = "ter-v28n";
packages = with pkgs; [terminus_font];
};