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 = {
|
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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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"
|
"[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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue