diff --git a/modules/shell/age.nix b/modules/shell/age.nix deleted file mode 100644 index 7dcc33b..0000000 --- a/modules/shell/age.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ config, pkgs, lib, ... }: { - - options = { - # identityFile = lib.mkOption { - # type = lib.types.str; - # description = "Path to SSH key for age"; - # default = "${config.homePath}/.ssh/id_ed25519"; - # }; - }; - - config = { - home-manager.users.${config.user}.home.packages = with pkgs; [ age ]; - - # system.activationScripts.age.text = '' - # if [ ! -f "${config.identityFile}" ]; then - # $DRY_RUN_CMD echo -e \nEnter the seed phrase for your SSH key...\n - # $DRY_RUN_CMD echo -e \nThen press ^D when complete.\n\n - # $DRY_RUN_CMD ${pkgs.melt}/bin/melt restore ${config.identityFile} - # $DRY_RUN_CMD chown ${config.user}:wheel ${config.identityFile}* - # $DRY_RUN_CMD echo -e \n\nContinuing activation.\n\n - # fi - # ''; - }; - -} diff --git a/modules/shell/default.nix b/modules/shell/default.nix index ac60e9b..9359d15 100644 --- a/modules/shell/default.nix +++ b/modules/shell/default.nix @@ -1,6 +1,5 @@ { ... }: { imports = [ - ./age.nix ./charm.nix ./direnv.nix ./fish diff --git a/modules/shell/utilities.nix b/modules/shell/utilities.nix index 68c4583..d5d09e2 100644 --- a/modules/shell/utilities.nix +++ b/modules/shell/utilities.nix @@ -32,6 +32,7 @@ in { dig # DNS lookup lf # File viewer whois # Lookup IPs + age # Encryption ]; programs.zoxide.enable = true; # Shortcut jump command