mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:23:54 -05:00
hyprland: enabled hyprshade and blue light filter
This commit is contained in:
parent
ca16a2b186
commit
8462835cb6
|
@ -21,11 +21,16 @@
|
|||
};
|
||||
|
||||
xdg.configFile."hypr/hypridle.conf".source = ./hypridle.conf;
|
||||
|
||||
xdg.configFile."hypr/hyprlock.conf".source = ./hyprlock.conf;
|
||||
|
||||
xdg.configFile."hypr/hyprpaper.conf".source = ./hyprpaper.conf;
|
||||
xdg.configFile."hypr/tokyoGreen.jpg".source = ./tokyoGreen.jpg;
|
||||
xdg.configFile."hypr/greenCity.jpg".source = ./greenCity.jpg;
|
||||
|
||||
xdg.configFile."hypr/shaders/blue-light-filter.glsl".source = ./blue-light-filter.glsl;
|
||||
xdg.configFile."hypr/hyprshade.toml".source = ./hyprshade.toml;
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
# x11.enable = true;
|
||||
|
|
Loading…
Reference in a new issue