Replaces CachyOS on the OS SSD (Kingston SA400, disko-managed). Dev-data disks (sdc ext4 /mnt/hdd_01, LVM vg_ssd /mnt/ssd_01) stay out of disko and are mounted as plain filesystems so they're never wiped. Desktop split into services/desktop/desktop-hyprland.nix (session: compositor, greeter, audio, portals) and desktop-apps.nix (things darman actually launches, including claude-code — allowlisted alongside the other unfree desktop apps).
17 lines
624 B
XML
17 lines
624 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x-ms-sln">
|
|
<comment>Visual Studio Solution</comment>
|
|
<sub-class-of type="text/plain"/>
|
|
<glob pattern="*.sln" weight="80"/>
|
|
<magic priority="80">
|
|
<match type="string" value="Microsoft Visual Studio Solution File" offset="0"/>
|
|
</magic>
|
|
</mime-type>
|
|
<mime-type type="application/x-ms-slnx">
|
|
<comment>Visual Studio XML Solution</comment>
|
|
<sub-class-of type="application/xml"/>
|
|
<glob pattern="*.slnx" weight="80"/>
|
|
</mime-type>
|
|
</mime-info>
|