package updates

This commit is contained in:
Matt Nish-Lapidus 2025-04-19 08:27:47 -04:00
parent 6e11c5aecb
commit 9c48e85b02
5 changed files with 19 additions and 18 deletions

24
flake.lock generated
View file

@ -90,11 +90,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1744967866,
"narHash": "sha256-jWHOSSZ03R1Dvru5rXEForMgkV1RAsCd+IjMmehpmFg=",
"lastModified": 1745025586,
"narHash": "sha256-K7fHVouOe/1tYSQrpuy97zhwA2Wvc00w9hly3VqBRlQ=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "c54fd7dc3e696136c8257abfe12815274b42660e",
"rev": "112e4f326dbd814cbd78a7997ee6cdb24420eed1",
"type": "github"
},
"original": {
@ -749,11 +749,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
"lastModified": 1744883496,
"narHash": "sha256-ZpXGzheNwQiYQSnTLz5CFdvVYrMK+e82ZgFLweuf2Rc=",
"lastModified": 1744991948,
"narHash": "sha256-f4xKjzY64l6e28YExcf/V8aLYzBzDdjNI7ZZJGBBz3Y=",
"owner": "sodiboo",
"repo": "niri-flake",
"rev": "55624e7a1be5318a3d910e282d86deb2adef7f97",
"rev": "a70acecb35de8941bac791c82d8e214d4be70567",
"type": "github"
},
"original": {
@ -1456,11 +1456,11 @@
},
"locked": {
"dir": "nix",
"lastModified": 1744719824,
"narHash": "sha256-hbr+a6SikH6tSZWnZxHiU12JkUJ8hArlqZWvc16Ddeo=",
"lastModified": 1744993922,
"narHash": "sha256-x83fDHZYG3rt9EqS0b80Y2d2joJJkTsYjZkTvI4lUh0=",
"owner": "wez",
"repo": "wezterm",
"rev": "f06d6fc04fd55995dd4c0e7c8cf1bee5c63bc005",
"rev": "3463d5d81b96b2c20017c4098ea9aa352407d80e",
"type": "github"
},
"original": {
@ -1534,11 +1534,11 @@
"rust-overlay": "rust-overlay_3"
},
"locked": {
"lastModified": 1744916453,
"narHash": "sha256-7Yl9wjU6xwucoAs7eG38Hn5TquDHn2dIBbTK5MW/fPQ=",
"lastModified": 1744997500,
"narHash": "sha256-RFt9jUjfTWfyymBFGxeUIWVMiZ6+onEx2xCpIV30JDI=",
"owner": "sxyazi",
"repo": "yazi",
"rev": "c38be35250b6744b9d0428b0a59cc8dfe2e3f9ce",
"rev": "ce23dcd81bc42833ec7726228efcf92be02c2349",
"type": "github"
},
"original": {

View file

@ -9,7 +9,7 @@
desktop
music
langs
mpd
# mpd
emacs
];

View file

@ -3,7 +3,6 @@
{
home.packages = with pkgs; [
rmpc
termusic
mpc
];

View file

@ -311,8 +311,8 @@ in
action = wez "btop";
};
"Mod+Ctrl+M" = {
hotkey-overlay.title = "music (rmpc)";
action = wez "rmpc";
hotkey-overlay.title = "plexamp";
action = spawn "plexamp";
};
"Mod+V" = {

View file

@ -131,6 +131,10 @@ in {
};
"mpris" = {
# "dynamic-order" = ["title"
# "artist"
# "album"
# "length"];
"interval" = 1;
"format" = "{player_icon} {dynamic}";
"format-paused" = "{status_icon} <i>{dynamic}</i>";
@ -141,8 +145,6 @@ in {
"status-icons" = {
"paused" = "";
};
"on-click" = "/home/emenel/.local/bin/wezapp rmpc";
"on-click-right" = "playerctl play-pause";
};
"wlr/taskbar" = {