Compare commits
2 commits
ee123eaa3c
...
2f20e8688a
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 2f20e8688a | ||
Evie Litherland-Smith | ea90d2ef21 |
|
@ -4,11 +4,7 @@
|
|||
./games/default.nix
|
||||
./streaming/default.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
blender
|
||||
freecad
|
||||
prusa-slicer
|
||||
];
|
||||
home.packages = with pkgs; [blender prusa-slicer];
|
||||
wayland.windowManager.sway.config = {
|
||||
output = {
|
||||
"Microstep MSI G27CQ4 E2 Unknown" = {
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
};
|
||||
};
|
||||
mpris = {
|
||||
"format" = "{status_icon} {artist} - {title} {player_icon}";
|
||||
"format" = "{player_icon} {artist} - {title} {status_icon}";
|
||||
"tooltip-format" = "{player_icon} ({player}) {dynamic}";
|
||||
"title-len" = 64;
|
||||
"interval" = 1;
|
||||
|
|
Loading…
Reference in a new issue