refactor: move max into dentritic pattern
This commit is contained in:
9
modules/common/features/hyprland/osd.nix
Normal file
9
modules/common/features/hyprland/osd.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }: {
|
||||
flake.homeModules.commonFeatureOsd = { ... }: {
|
||||
services.swayosd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.file.".config/swayosd/style.css".source = ./swayosd/style.css;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user