My Nix Configuration

[homes.thehedgehog] add wpaperd on zaphod

pyrox.dev 042420f9 1a68a829

verified
Changed files
+13
homes
x86_64-linux
thehedgehog@zaphod
+13
homes/x86_64-linux/thehedgehog@zaphod/default.nix
···
{
pkgs,
+
config,
...
}:
{
···
pkgs.signal-desktop
];
py.profiles.desktop.enable = true;
+
services.wpaperd = {
+
enable = true;
+
settings = {
+
default = {
+
path = "${config.home.homeDirectory}/bgs";
+
duration = "3h";
+
sorting = "random";
+
queue-size = 50;
+
recursive = false;
+
};
+
};
+
};
py.services.kanshi.settings = [
{
profile = {