feat(hyprshade): add hyprshaders
This commit is contained in:
parent
00b585c354
commit
f0e9e264e5
3 changed files with 25 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.hyprshade ];
|
||||
xdg.configFile."hypr/hyprshade.toml" = {
|
||||
|
@ -15,4 +15,9 @@
|
|||
end_time = 07:00:00 # optional if more than one shader has start_time
|
||||
'';
|
||||
};
|
||||
xdg.configFile."hypr/shaders" = {
|
||||
enable = true;
|
||||
recursive = true;
|
||||
source = "${inputs.hyprshaders}/shaders";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue