chore: add commands to fish definition
This commit is contained in:
parent
6cf1a0ee7b
commit
3d97f48340
4 changed files with 11 additions and 12 deletions
|
@ -7,6 +7,7 @@
|
|||
./fonts.nix
|
||||
./portals.nix
|
||||
./env.nix
|
||||
./secrets.nix
|
||||
|
||||
./programs/firefox.nix
|
||||
./programs/thunderbird.nix
|
||||
|
|
|
@ -4,16 +4,4 @@ let
|
|||
in
|
||||
{
|
||||
i18n.defaultLocale = locale;
|
||||
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_ADDRESS = locale;
|
||||
LC_IDENTIFICATION = locale;
|
||||
LC_MEASUREMENT = locale;
|
||||
LC_MONETARY = locale;
|
||||
LC_NAME = locale;
|
||||
LC_NUMERIC = locale;
|
||||
LC_PAPER = locale;
|
||||
LC_TELEPHONE = locale;
|
||||
LC_TIME = locale;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
{
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
eza
|
||||
bat
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
|
|
5
modules/secrets.nix
Normal file
5
modules/secrets.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
age.secrets.rustypaste = {
|
||||
file = ../secrets/rustypaste.age;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue