Add direnv and rust-mode to emacs

Add kdeconnect icon for waybar MPRIS module
This commit is contained in:
Evie Litherland-Smith 2023-10-23 20:32:09 +01:00
parent 0f3791e059
commit 47770b02c5
2 changed files with 3 additions and 0 deletions

View file

@ -61,7 +61,9 @@
# Additional packages # Additional packages
magit magit
vterm vterm
direnv
nix-mode nix-mode
rust-mode
])); ]));
}; };
home = { home = {

View file

@ -5,6 +5,7 @@ in {
"player-icons" = { "player-icons" = {
"default" = "󰲸"; "default" = "󰲸";
"mpv" = "󰤽"; "mpv" = "󰤽";
"kdeconnect" = "󱀟";
"ncspot" = "󰓇"; "ncspot" = "󰓇";
"Spot" = "󰓇"; "Spot" = "󰓇";
}; };