diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2026-08-29 10:55:27 -0400 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2026-08-29 10:55:27 -0400 |
| commit | f30eee6403bd5efdc0801c2190f74d55d678b8cf (patch) | |
| tree | ab00be41f0fd31f303160e7e34efb82160f215c1 /modules | |
| parent | 232c3bc6ca183dadb380fb80e9db25ae72565cf8 (diff) | |
| download | nix-config-master.tar.gz nix-config-master.tar.bz2 nix-config-master.zip | |
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/desktop/apps/mpd.nix | 2 | ||||
| -rw-r--r-- | modules/desktop/hyprland.nix | 2 | ||||
| -rw-r--r-- | modules/desktop/niri.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/desktop/apps/mpd.nix b/modules/desktop/apps/mpd.nix index f6f9ff3..34f5b03 100644 --- a/modules/desktop/apps/mpd.nix +++ b/modules/desktop/apps/mpd.nix @@ -22,8 +22,8 @@ in services.mpd = { enable = true; - musicDirectory = "/home/jon/mus"; settings = { + music_directory = "/home/jon/mus"; audio_output = [ { type = "pipewire"; diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 2839b9a..3ab743f 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -115,7 +115,7 @@ in { pkgs.libnotify pkgs.wofi pkgs.jq - pkgs.swww + pkgs.awww ]; modules.device.displayProtocol = "wayland"; diff --git a/modules/desktop/niri.nix b/modules/desktop/niri.nix index 0b0a902..eeef603 100644 --- a/modules/desktop/niri.nix +++ b/modules/desktop/niri.nix @@ -38,7 +38,7 @@ in { wofi mako jq - swww + awww adwaita-icon-theme adwaita-icon-theme-legacy |
