diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-09 13:09:35 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-09 13:09:35 +0200 |
| commit | da4c0dea556b3aa64b4439ff5e91c93d170a4f8e (patch) | |
| tree | 21355d0a7be2c55f62631e996a8f8d672949f67a /home/default.nix | |
| parent | 2a07311858bd81c620049c3856d623850336ff57 (diff) | |
| download | nixos-da4c0dea556b3aa64b4439ff5e91c93d170a4f8e.tar.zst | |
The options for required for online are incorrect
Diffstat (limited to 'home/default.nix')
| -rw-r--r-- | home/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/default.nix b/home/default.nix index 6c5ab3d..ed7e5ae 100644 --- a/home/default.nix +++ b/home/default.nix @@ -22,12 +22,12 @@ in ./chawan.nix ./chromium.nix ./dav - ./dunst + ./dunst.nix ./fastfetch.nix ./firefox ./fish.nix ./git.nix - ./hyprland + ./hyprland.nix ./hyprlock.nix ./mail ./mpv.nix @@ -39,6 +39,7 @@ in ./walker.nix ./wallpapers ./waybar + ./zaread.nix ]; home.file = { @@ -303,7 +304,6 @@ in enableFishIntegration = true; enableNushellIntegration = true; }; - mpd-mpris.enable = true; mpris-proxy.enable = true; mpd = { enable = true; |
