Compare commits

..

No commits in common. "2f20e8688a5c72170d6064623855aa0342e64d33" and "ee123eaa3cf0b8685702141cd8c636abc4ba006e" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View file

@ -4,7 +4,11 @@
./games/default.nix
./streaming/default.nix
];
home.packages = with pkgs; [blender prusa-slicer];
home.packages = with pkgs; [
blender
freecad
prusa-slicer
];
wayland.windowManager.sway.config = {
output = {
"Microstep MSI G27CQ4 E2 Unknown" = {

View file

@ -83,7 +83,7 @@
};
};
mpris = {
"format" = "{player_icon} {artist} - {title} {status_icon}";
"format" = "{status_icon} {artist} - {title} {player_icon}";
"tooltip-format" = "{player_icon} ({player}) {dynamic}";
"title-len" = 64;
"interval" = 1;