Commit graph

6 commits

Author SHA1 Message Date
gytic
ff23d37b5c feat: add volume control keys 2025-09-17 15:54:52 +02:00
gytic
933b0f7ff1 feat: add windows like whiskermenu open keybind 2025-09-17 15:54:52 +02:00
gytic
9e56739cc4 feat: add screenshot utility 2025-09-17 09:30:20 +02:00
gytic
12b0f911a0 fix: xfwm4 keybinds
xfwm4 stores important default keybinds inside the "custom" section.

These important keybinds were removed in commit d5458a9fcf
as I thought they would be added automatically back in. This regression
is now reverted.
2025-07-28 22:56:54 +02:00
gytic
d5458a9fcf feat(keybinds): add options to specify keybinds
this adds two new options:
nixos95.keybinds.commands -> specify normal shortcuts
nixos95.keybinds.xfwm4    -> specify xfwm4 related shortcuts
2025-07-28 15:24:12 +02:00
gytic
6a9de226ef 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
2025-07-25 18:04:18 +02:00