aboutsummaryrefslogtreecommitdiff
path: root/home/fish
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-07 10:51:33 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-07 10:51:33 -0700
commit2e067137ada1610f1a5ec205bd42458669233970 (patch)
tree1fb1afd535c824bb2fb9188cf714a8386e2e549c /home/fish
parentinitial attempt to reconfigure home-manager (diff)
downloadinfra-2e067137ada1610f1a5ec205bd42458669233970.tar.gz
home: misc fixes
Diffstat (limited to 'home/fish')
-rw-r--r--home/fish/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/fish/default.nix b/home/fish/default.nix
index 1ba3d6c..ffb8f31 100644
--- a/home/fish/default.nix
+++ b/home/fish/default.nix
@@ -1,10 +1,10 @@
{ config, lib, pkgs, ... }:
let cfg = config.my.home.fish;
in {
- options.my.home.fish = with lib.my; {
+ options.my.home.fish = with lib; {
enable = mkEnableOption "fish configuration";
};
- config.programs.ssh = lib.mkIf cfg.enable {
+ config.programs.fish = lib.mkIf cfg.enable {
enable = true;
interactiveShellInit = ''
set fish_greeting