Initial commit of NixOS configuration
This commit is contained in:
13
components/hyprland/hyprpaper.nix
Normal file
13
components/hyprland/hyprpaper.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{pkgs, ...}: {
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = [
|
||||
"~/.nixos/components/hyprland/wallpaper.png"
|
||||
];
|
||||
wallpaper = [
|
||||
", ~/.nixos/components/hyprland/wallpaper.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user