mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
super duper changes :D
This commit is contained in:
22
modules/hypr/hyprlauncher.nix
Normal file
22
modules/hypr/hyprlauncher.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{ isNixOS, lib, ... }:
|
||||
|
||||
{
|
||||
services.hyprlauncher = {
|
||||
enable = true;
|
||||
package = lib.mkIf (!isNixOS) null;
|
||||
|
||||
settings = {
|
||||
cache.enabled = true;
|
||||
|
||||
finders = {
|
||||
desktop_icons = true;
|
||||
desktop_launch_prefix = "uwsm app --";
|
||||
};
|
||||
|
||||
general = {
|
||||
grab_focus = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user