mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: create starship configuration
This commit is contained in:
parent
ffb1d41d8c
commit
79129d60ea
5 changed files with 71 additions and 5 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue