From ec4dfe1936cde50f736bb9cfb79485264bb55231 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 21 Jun 2025 23:51:34 +1000 Subject: [PATCH 1/2] applications: use gimp3 on linux --- modules/applications/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/applications/default.nix b/modules/applications/default.nix index d790b64..22b19f0 100644 --- a/modules/applications/default.nix +++ b/modules/applications/default.nix @@ -17,7 +17,7 @@ openutau obs-studio blender - gimp + gimp3 _1password-gui signal-desktop-bin ]) ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs; [ From 802038698a8d522766169cbe10e0d72f242d684e Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 21 Jun 2025 23:51:45 +1000 Subject: [PATCH 2/2] shell: show background jobs in pure prompt in fish shell --- stow/.config/fish/fish_variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/.config/fish/fish_variables b/stow/.config/fish/fish_variables index 1725016..9937763 100644 --- a/stow/.config/fish/fish_variables +++ b/stow/.config/fish/fish_variables @@ -74,7 +74,7 @@ SETUVAR pure_reverse_prompt_symbol_in_vimode:true SETUVAR pure_separate_prompt_on_error:false SETUVAR pure_shorten_prompt_current_directory_length:0 SETUVAR pure_shorten_window_title_current_directory_length:0 -SETUVAR pure_show_jobs:false +SETUVAR pure_show_jobs:true SETUVAR pure_show_prefix_root_prompt:false SETUVAR pure_show_subsecond_command_duration:false SETUVAR pure_show_system_time:false