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

@ -42,7 +42,7 @@
xdg.configFile."xfce4-screenshotter" = {
enable = true;
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" = {
enable = true;
@ -59,7 +59,7 @@
target = "xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml";
text = builtins.readFile ./xfconf/xfwm4.xml;
};
xdg.configFile."xsettings.xml" = {
xdg.configFile."xsettings" = {
enable = true;
target = "xfce4/xfconf/xfce-perchannel-xml/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";
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;
};
}