mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
change mail system
This commit is contained in:
5
modules/shell/age.nix
Normal file
5
modules/shell/age.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
home-manager.users.${config.user}.home.packages = with pkgs; [ age ];
|
||||
|
||||
}
|
@ -1,11 +1,12 @@
|
||||
{ ... }: {
|
||||
imports = [
|
||||
./fish
|
||||
./starship.nix
|
||||
./fzf.nix
|
||||
./age.nix
|
||||
./direnv.nix
|
||||
./fish
|
||||
./fzf.nix
|
||||
./git.nix
|
||||
./github.nix
|
||||
./starship.nix
|
||||
./utilities.nix
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user