ptyxis as thunar terminal

This commit is contained in:
randogoth 2026-02-09 21:51:26 +02:00
parent 8df97b9dee
commit 51a3efc940

View file

@ -1,6 +1,15 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
environment.etc."xdg/xfce4/xfconf/xfce-perchannel-xml/exo.xml".text = ''
<?xml version="1.0" encoding="UTF-8"?>
<channel name="exo" version="1.0">
<property name="helpers" type="empty">
<property name="TerminalEmulator" type="string" value="${pkgs.ptyxis}/bin/ptyxis"/>
</property>
</channel>
'';
services.gvfs.enable = true; services.gvfs.enable = true;
services.tumbler.enable = true; services.tumbler.enable = true;