my nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ptyxis settings to make nautilus-open-any-terminal work

chfour 611279af dd356fe1

+18 -4
+5 -4
machines/_common/env-gnome.nix
··· 31 31 totem 32 32 ]; 33 33 34 - environment.systemPackages = with pkgs; [ 35 - nautilus-python 36 - nautilus-open-any-terminal 37 - ]; 34 + #environment.systemPackages = with pkgs; [ 35 + # nautilus-python 36 + # nautilus-open-any-terminal 37 + #]; 38 + programs.nautilus-open-any-terminal.enable = true; 38 39 39 40 # this enables the ozone stuff on wayland for chromium and electron and shit 40 41 environment.variables.NIXOS_OZONE_WL = "1";
+13
users/chfour/env-gnome.nix
··· 24 24 font-name = "Terminus 10"; 25 25 restore-window-size = false; 26 26 default-columns = 80; default-rows = 24; 27 + restore-session = false; 28 + 29 + default-profile-uuid = "00000000000000000000000000000000"; 30 + profile-uuids = [ "00000000000000000000000000000000" ]; 27 31 }; 32 + "org/gnome/Ptyxis/Profiles/00000000000000000000000000000000" = { 33 + palette = "gnome"; 34 + preserve-directory = "always"; # needed for open-any-terminal 35 + }; 36 + "com/github/stunkymonkey/nautilus-open-any-terminal" = { 37 + terminal = "ptyxis"; 38 + }; 39 + 28 40 "org/gnome/TextEditor" = { 29 41 restore-session = false; 30 42 highlight-current-line = true; 31 43 use-system-font = false; 32 44 custom-font = "Terminus 11"; 33 45 }; 46 + 34 47 35 48 # extension prefs 36 49 "org/gnome/shell" = {