summaryrefslogtreecommitdiff
path: root/hm/shell/starship.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/shell/starship.nix')
-rw-r--r--hm/shell/starship.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hm/shell/starship.nix b/hm/shell/starship.nix
index 4996bdc..657ff5c 100644
--- a/hm/shell/starship.nix
+++ b/hm/shell/starship.nix
@@ -1,10 +1,9 @@
{ config, lib, ... }:
let
- cfg = config.szpont.hm.shell.starship;
+ cfg = config.hm.shell.starship;
in
{
- options.szpont.hm.shell.starship.enable = lib.mkEnableOption "Starship prompt";
-
+ options.hm.shell.starship.enable = lib.mkEnableOption "Starship prompt";
config = lib.mkIf cfg.enable {
programs.starship = {
enable = true;