diff options
| author | Grisha Shipunov | 2025-08-17 18:21:07 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-08-17 18:21:07 +0200 |
| commit | 97ae4e1412724d7d3806c893a5f40332a2be380d (patch) | |
| tree | 9b5f92c9376a8343e0e926ebb71132704992b4a9 /modules | |
| parent | cc7c13e674b81f6539ea81b4dc9db8effcf09556 (diff) | |
nautilus: enable sushi and open-any-term
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/gnome.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gnome.nix b/modules/gnome.nix index 5743283..1a45062 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -16,6 +16,7 @@ gnomeExtensions.caffeine gnomeExtensions.brightness-control-using-ddcutil fractal + nautilus-python ]; environment.gnome.excludePackages = with pkgs; [ @@ -60,4 +61,9 @@ hardware.bluetooth.enable = true; + services.gnome.sushi.enable = true; + programs.nautilus-open-any-terminal = { + enable = true; + terminal = "ghostty"; + }; } |
