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