First commit
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
hyprpaper
|
||||
];
|
||||
|
||||
services.hyprpaper.enable = true;
|
||||
services.hyprpaper.settings = {
|
||||
ipc = "on";
|
||||
splash = false;
|
||||
splash_offset = 2.0;
|
||||
|
||||
preload = [ "~/.background-image.png" ];
|
||||
wallpaper = [ ",~/.background-image.png" ];
|
||||
};
|
||||
|
||||
home.file = {
|
||||
background = {
|
||||
source = ../assets/background.png;
|
||||
target = ".background-image.png";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user