removed wpaperd again

This commit is contained in:
Charlie Root 2024-07-24 17:53:40 +02:00
commit c6760f06bc
4 changed files with 1 additions and 25 deletions

View file

@ -60,7 +60,6 @@
}; };
services = { services = {
locate.enable = true; locate.enable = true;
wpaperd.enable = true;
media.mpd = { media.mpd = {
enable = true; enable = true;
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music"; musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music";

View file

@ -4,7 +4,6 @@
in { in {
options.modules.usrEnv.services = { options.modules.usrEnv.services = {
locate.enable = mkEnableOption "Locate service"; locate.enable = mkEnableOption "Locate service";
wpaperd.enable = mkEnableOption "Wpaperd wallpaper daemon";
media = { media = {
mpd = { mpd = {
enable = mkEnableOption "mpd service"; enable = mkEnableOption "mpd service";

View file

@ -1,22 +0,0 @@
{
lib,
pkgs,
config,
}: let
inherit (config.modules.other.system) username;
cfg = config.modules.usrEnv.services.wpaperd;
inherit (lib) mkIf;
in {
config = mkIf cfg.enable {
home-manager.users.${username} = {
programs.wpaperd = {
enable = true;
package = pkgs.wpaperd;
settings.any = {
mode = "center";
path = "/home/vali/projects/nichts/assets/wallpapers/river.png";
};
};
};
};
}

View file

@ -341,7 +341,7 @@ in {
"[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc" "[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc"
"${swww}/bin/swww-daemon" #"${swww}/bin/swww-daemon"
"${wlsunset}/bin/wlsunset -S 06:00 -s 20:00" "${wlsunset}/bin/wlsunset -S 06:00 -s 20:00"
]; ];