feat(nixos-95): extract DE themining into nixosModule
the desktop environment can be included via `self.nixosModules.nixos95` this will expose two options (for now): nixos95.enable -> enable the desktop environment nixos95.wallpaper -> path to the wallpaper to use currently the setup is closy coupled to this configuration, which will change in the future, so it can be used with any configuration
This commit is contained in:
parent
915121f327
commit
6a9de226ef
21 changed files with 185 additions and 118 deletions
|
|
@ -1,81 +0,0 @@
|
|||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-panel" version="1.0">
|
||||
<property name="configver" type="int" value="2"/>
|
||||
<property name="panels" type="array">
|
||||
<value type="int" value="1"/>
|
||||
<property name="dark-mode" type="bool" value="true"/>
|
||||
<property name="panel-1" type="empty">
|
||||
<property name="position" type="string" value="p=8;x=1368;y=1810"/>
|
||||
<property name="length" type="double" value="100"/>
|
||||
<property name="position-locked" type="bool" value="true"/>
|
||||
<property name="icon-size" type="uint" value="0"/>
|
||||
<property name="size" type="uint" value="36"/>
|
||||
<property name="plugin-ids" type="array">
|
||||
<value type="int" value="1"/>
|
||||
<value type="int" value="13"/>
|
||||
<value type="int" value="14"/>
|
||||
<value type="int" value="15"/>
|
||||
<value type="int" value="16"/>
|
||||
<value type="int" value="2"/>
|
||||
<value type="int" value="5"/>
|
||||
<value type="int" value="6"/>
|
||||
<value type="int" value="8"/>
|
||||
<value type="int" value="10"/>
|
||||
</property>
|
||||
<property name="mode" type="uint" value="0"/>
|
||||
<property name="background-style" type="uint" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugins" type="empty">
|
||||
<property name="plugin-1" type="string" value="whiskermenu">
|
||||
<property name="button-icon" type="string" value="whisker-menu-button"/>
|
||||
<property name="recent" type="array">
|
||||
<value type="string" value="codium.desktop"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-2" type="string" value="tasklist">
|
||||
<property name="grouping" type="uint" value="1"/>
|
||||
</property>
|
||||
<property name="plugin-6" type="string" value="systray">
|
||||
<property name="square-icons" type="bool" value="true"/>
|
||||
<property name="known-legacy-items" type="array">
|
||||
<value type="string" value="networkmanager applet"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-8" type="string" value="clock">
|
||||
<property name="mode" type="uint" value="2"/>
|
||||
<property name="digital-layout" type="uint" value="3"/>
|
||||
<property name="digital-time-font" type="string" value="Sans 12"/>
|
||||
</property>
|
||||
<property name="plugin-10" type="string" value="actions"/>
|
||||
<property name="plugin-13" type="string" value="launcher">
|
||||
<property name="show-label" type="bool" value="false"/>
|
||||
<property name="items" type="array">
|
||||
<value type="string" value="brave.desktop"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-14" type="string" value="launcher">
|
||||
<property name="show-label" type="bool" value="false"/>
|
||||
<property name="items" type="array">
|
||||
<value type="string" value="signal.desktop"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-15" type="string" value="launcher">
|
||||
<property name="show-label" type="bool" value="false"/>
|
||||
<property name="items" type="array">
|
||||
<value type="string" value="obsidian.desktop"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-16" type="string" value="launcher">
|
||||
<property name="show-label" type="bool" value="false"/>
|
||||
<property name="items" type="array">
|
||||
<value type="string" value="spotify.desktop"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-5" type="string" value="separator">
|
||||
<property name="expand" type="bool" value="true"/>
|
||||
<property name="style" type="uint" value="0"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
Loading…
Add table
Add a link
Reference in a new issue