This commit is contained in:
4DBug
2026-08-22 21:46:30 -05:00
parent 022d4ab1af
commit cbbd94a130
8 changed files with 184 additions and 30 deletions
+2
View File
@@ -1,6 +1,8 @@
{
den.aspects.fish = {
nixos = { pkgs, ...}: {
environment.sessionVariables.SHELL = "${pkgs.fish}";
programs.fish = {
shellAliases = {
fetch = "fastfetch --file ~/nix/nix.ans";