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
10
nixos95/dotfiles/launcher-15/obsidian.desktop
Normal file
10
nixos95/dotfiles/launcher-15/obsidian.desktop
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Obsidian
|
||||
|
||||
Comment=Markdown Editor
|
||||
Exec=obsidian %u
|
||||
Icon=obsidian
|
||||
Terminal=false
|
||||
Categories=Office;Utility;
|
||||
Loading…
Add table
Add a link
Reference in a new issue