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