Update rdesktop mounts;

This commit is contained in:
albert 2024-04-05 19:08:07 +09:00
parent efab26f84f
commit 3cd13d1441
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 22 additions and 26 deletions

View file

@ -2,66 +2,66 @@
xdg.configFile."displays" = { xdg.configFile."displays" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/displays.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/displays.xml";
text = builtins.readFile ./xfconf/displays.xml; text = builtins.readFile ./xfconf/displays.xml;
}; };
xdg.configFile."thunar" = { xdg.configFile."thunar" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/thunar.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/thunar.xml";
text = builtins.readFile ./xfconf/thunar.xml; text = builtins.readFile ./xfconf/thunar.xml;
}; };
xdg.configFile."xfce4-appfinder" = { xdg.configFile."xfce4-appfinder" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml";
text = builtins.readFile ./xfconf/xfce4-appfinder.xml; text = builtins.readFile ./xfconf/xfce4-appfinder.xml;
}; };
xdg.configFile."xfce4-desktop" = { xdg.configFile."xfce4-desktop" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml";
text = builtins.readFile ./xfconf/xfce4-desktop.xml; text = builtins.readFile ./xfconf/xfce4-desktop.xml;
}; };
xdg.configFile."xfce4-keyboard-shortcuts" = { xdg.configFile."xfce4-keyboard-shortcuts" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml";
text = builtins.readFile ./xfconf/xfce4-keyboard-shortcuts.xml; text = builtins.readFile ./xfconf/xfce4-keyboard-shortcuts.xml;
}; };
xdg.configFile."xfce4-notifyd" = { xdg.configFile."xfce4-notifyd" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml";
text = builtins.readFile ./xfconf/xfce4-notifyd.xml; text = builtins.readFile ./xfconf/xfce4-notifyd.xml;
}; };
xdg.configFile."xfce4-panel" = { xdg.configFile."xfce4-panel" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml";
text = builtins.readFile ./xfconf/xfce4-panel.xml; text = builtins.readFile ./xfconf/xfce4-panel.xml;
}; };
xdg.configFile."xfce4-power-manager" = { xdg.configFile."xfce4-power-manager" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml";
text = builtins.readFile ./xfconf/xfce4-power-manager.xml; text = builtins.readFile ./xfconf/xfce4-power-manager.xml;
}; };
xdg.configFile."xfce4-screenshotter" = { xdg.configFile."xfce4-screenshotter" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-screenshotter.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-screenshotter.xml";
text = builtins.readFile ./xfconf/xfce4-screenshooter.xml; text = builtins.readFile ./xfconf/xfce4-screenshotter.xml;
}; };
xdg.configFile."xfce4-settings-editor" = { xdg.configFile."xfce4-settings-editor" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml";
text = builtins.readFile ./xfconf/xfce4-settings-editor.xml; text = builtins.readFile ./xfconf/xfce4-settings-editor.xml;
}; };
xdg.configFile."xfce4-terminal" = { xdg.configFile."xfce4-terminal" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml";
text = builtins.readFile ./xfconf/xfce4-terminal.xml; text = builtins.readFile ./xfconf/xfce4-terminal.xml;
}; };
xdg.configFile."xfwm4" = { xdg.configFile."xfwm4" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml";
text = builtins.readFile ./xfconf/xfwm4.xml; text = builtins.readFile ./xfconf/xfwm4.xml;
}; };
xdg.configFile."xsettings.xml" = { xdg.configFile."xsettings" = {
enable = true; enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/xsettings.xml"; target = "xfce4/xfconf/xfce-perchannel-xml/xsettings.xml";
text = builtins.readFile ./xfconf/xsettings.xml; text = builtins.readFile ./xfconf/xsettings.xml;
}; };
} }

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-screenshooter" version="1.0">
<property name="imgur-custom-action-added" type="bool" value="true"/>
<property name="actions" type="empty">
<property name="action-0" type="empty">
<property name="name" type="string" value="Host on Imgur™"/>
<property name="command" type="string" value="/usr/lib/xfce4/screenshooter/scripts/imgur-upload.sh %f %imgur_client_id"/>
</property>
<property name="actions" type="int" value="1"/>
</property>
</channel>

View file

@ -4,4 +4,12 @@
mountPoint = "/etc/nixos/git"; mountPoint = "/etc/nixos/git";
isReadOnly = false; isReadOnly = false;
}; };
"/home/albert/.ssh/id_ed25519" = {
mountPoint = "/home/albert/.ssh/id_ed25519";
isReadOnly = true;
};
"/home/albert/.ssh/id_ed25519.pub" = {
mountPoint = "/home/albert/.ssh/id_ed25519.pub";
isReadOnly = true;
};
} }