diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index 79e31cb..0606455 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -45,6 +45,7 @@ gh libnotify tokei + eza discord steam @@ -120,7 +121,6 @@ ### Programs programs.home-manager.enable = true; - programs.fish.enable = true; programs.mu.enable = true; programs.alacritty = { @@ -147,6 +147,15 @@ }; }; + programs.fish = { + enable = true; + shellAliases = { + psax = "ps -ax | grep -i"; + ls = "eza"; + ll = "eza --all --long"; + }; + }; + programs.gh = { enable = true; settings.editor = "emacsclient";