feat(nixos-95): extract DE themining into nixosModule #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: peritia/NixOS-95#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "module"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the desktop environment can be included via
self.nixosModules.nixos95this 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
Thanks a lot