Add fish and rmtrash packages to home.shell

This commit is contained in:
panotaka
2023-11-27 10:28:08 -04:00
parent 646ace831e
commit 2c3a3c3f7a
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
{ config
, pkgs
, ...
}:
{
programs.fish = {
enable = true;

View File

@@ -1,3 +1,7 @@
{ config
, pkgs
, ...
}:
{
home.packages = with pkgs; [
rmtrash