diff --git a/home/linux/default.nix b/home/linux/default.nix index a881c1d5..7db10f05 100644 --- a/home/linux/default.nix +++ b/home/linux/default.nix @@ -16,6 +16,9 @@ in { services.kdeconnect.enable = linux_gui; services.kdeconnect.indicator = linux_gui; + home.packages = with pkgs; [ + ncpamixer + ]; # services.swayosd.enable = linux_gui; # services.swaync.enable = linux_gui; # services.nextcloud-client = { diff --git a/neovim/default.nix b/neovim/default.nix index 34a07ed6..c12eed53 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -495,7 +495,7 @@ in { installRustc = false; settings = { inlayHints = { - typeHints.enable = true; + typeHints.enable = false; }; files.exclude = [ ".cargo/" diff --git a/nixos/mirai/services/homepage.nix b/nixos/mirai/services/homepage.nix index eb979de6..a5d41ad6 100644 --- a/nixos/mirai/services/homepage.nix +++ b/nixos/mirai/services/homepage.nix @@ -25,6 +25,12 @@ href = "https://jellyfin.tsuba.darksailor.dev"; }; } + { + "Jellyseerr" = { + description = "Jellyseerr Media Server"; + href = "https://jellyseerr.tsuba.darksailor.dev"; + }; + } { "Sonarr" = { description = "Sonarr";