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

feat: create starship configuration

This commit is contained in:
oddlama 2022-12-16 18:21:41 +01:00
parent ffb1d41d8c
commit 79129d60ea
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 71 additions and 5 deletions

View file

@ -34,7 +34,7 @@
console = {
font = "ter-v28n";
keyMap = "de-latin1-nodeadkeys";
packages = pkgs.terminus_font;
packages = with pkgs; [terminus_font];
};
environment.systemPackages = with pkgs; [wireguard-tools powertop];