From 47770b02c5c3197c0f458bd98d1643240b8aa676 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 23 Oct 2023 20:32:09 +0100 Subject: [PATCH] Add direnv and rust-mode to emacs Add kdeconnect icon for waybar MPRIS module --- home/emacs/default.nix | 2 ++ home/hyprland/waybar/modules/mpris.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 89a58566..679e51ba 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -61,7 +61,9 @@ # Additional packages magit vterm + direnv nix-mode + rust-mode ])); }; home = { diff --git a/home/hyprland/waybar/modules/mpris.nix b/home/hyprland/waybar/modules/mpris.nix index 6c912cbe..f6f8c6ca 100644 --- a/home/hyprland/waybar/modules/mpris.nix +++ b/home/hyprland/waybar/modules/mpris.nix @@ -5,6 +5,7 @@ in { "player-icons" = { "default" = "󰲸"; "mpv" = "󰤽"; + "kdeconnect" = "󱀟"; "ncspot" = "󰓇"; "Spot" = "󰓇"; };