diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 18:01:02 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 18:02:33 +0200 |
| commit | 610db1afbe513669f7950adfd63496d9a0a32c81 (patch) | |
| tree | 6dfcdc70b59ac5ad543858c897a00aba4892d18d /hosts | |
| parent | {modules/common,hosts/apzu}: Only enable power management for apzu (diff) | |
| download | nixos-config-610db1afbe513669f7950adfd63496d9a0a32c81.zip | |
modules/starship: Migrate to `by-name`
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/by-name/apzu/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/by-name/apzu/configuration.nix b/hosts/by-name/apzu/configuration.nix index 7d24c4f9..9e5d97f0 100644 --- a/hosts/by-name/apzu/configuration.nix +++ b/hosts/by-name/apzu/configuration.nix @@ -27,7 +27,10 @@ power.enable = true; programs = { + starship.showBattery = true; + ly.batteryName = "BAT0"; + river.init = { mappings = { layout = "dvorak-modified"; |
