my nixos config
0
fork

Configure Feed

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

gnome-terminal -> ptyxis!!

chfour a899e5c0 b4a531b6

+3 -2
+3 -2
users/chfour/env-gnome.nix
··· 7 7 blur-my-shell 8 8 caffeine 9 9 ] ++ (with pkgs; [ 10 - gnome.gnome-terminal 10 + ptyxis 11 + #gnome.gnome-terminal 11 12 #blackbox-terminal # this thing keeps crashing and has generally started to piss me off 12 13 ]); 13 14 14 15 dconf.settings = let 15 16 appShortcuts = [ 16 - rec { name = command; binding = "<Super>Return"; command = "gnome-terminal"; } 17 + rec { name = command; binding = "<Super>Return"; command = "ptyxis --new-window"; } 17 18 rec { name = command; binding = "<Super>period"; command = "gnome-characters"; } 18 19 ]; 19 20 in {