removed wpaperd again
This commit is contained in:
parent
b9824d3aa7
commit
c6760f06bc
4 changed files with 1 additions and 25 deletions
|
@ -60,7 +60,6 @@
|
|||
};
|
||||
services = {
|
||||
locate.enable = true;
|
||||
wpaperd.enable = true;
|
||||
media.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/${config.modules.other.system.username}/Nextcloud/Media/Music";
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
in {
|
||||
options.modules.usrEnv.services = {
|
||||
locate.enable = mkEnableOption "Locate service";
|
||||
wpaperd.enable = mkEnableOption "Wpaperd wallpaper daemon";
|
||||
media = {
|
||||
mpd = {
|
||||
enable = mkEnableOption "mpd service";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -341,7 +341,7 @@ in {
|
|||
|
||||
"[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"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue