lots of little tweaks
This commit is contained in:
parent
a61d9690fb
commit
cae9f94cbb
7 changed files with 198 additions and 363 deletions
|
@ -6,7 +6,7 @@
|
|||
home.stateVersion = "23.05";
|
||||
programs.home-manager.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
eww-wayland
|
||||
# eww-wayland
|
||||
swww
|
||||
starship
|
||||
# The guix version of dolphin isn't built for wayland and can't find the icon theme
|
||||
|
|
|
@ -272,6 +272,14 @@ marked files in a dired buffer via rsync."))))
|
|||
(default '(("video/mp4" . "mpv.desktop")
|
||||
("video/webm" . "mpv.desktop")
|
||||
("video/x-matroska" . "mpv.destop")
|
||||
("video/mkv" . "mpv.destop")
|
||||
("video/quicktime" . "mpv.destop")
|
||||
("audio/opus" . "mpv-slow.desktop")))
|
||||
(added '(("video/mp4" . "mpv.desktop")
|
||||
("video/webm" . "mpv.desktop")
|
||||
("video/x-matroska" . "mpv.destop")
|
||||
("video/mkv" . "mpv.destop")
|
||||
("video/quicktime" . "mpv.destop")
|
||||
("audio/opus" . "mpv-slow.desktop")))
|
||||
(desktop-entries
|
||||
(list (xdg-desktop-entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue