Commit for generation 239
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ (import ./hyprland.nix) ] ++[ (import ./config.nix) ];
|
||||
imports =
|
||||
[ (import ./hyprland.nix) ]
|
||||
++ [ (import ./config.nix) ]
|
||||
++ [ (import ./hyprpaper.nix) ];
|
||||
}
|
||||
|
||||
18
glasshouse-desktop/home/hyprland/hyprpaper.nix
Normal file
18
glasshouse-desktop/home/hyprland/hyprpaper.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
ipc = "on";
|
||||
splash = false;
|
||||
splash_offset = 2.0;
|
||||
preload = [ "/home/pagedmov/Pictures/Wallpapers/cat-leaves.png" ];
|
||||
|
||||
wallpaper = [
|
||||
"DP-1,/home/pagedmov/Pictures/Wallpapers/cat-leaves.png"
|
||||
"HDMI-A-1,/home/pagedmov/Pictures/Wallpapers/cat-leaves.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user