Compare commits
No commits in common. "2f20e8688a5c72170d6064623855aa0342e64d33" and "ee123eaa3cf0b8685702141cd8c636abc4ba006e" have entirely different histories.
2f20e8688a
...
ee123eaa3c
|
@ -4,7 +4,11 @@
|
||||||
./games/default.nix
|
./games/default.nix
|
||||||
./streaming/default.nix
|
./streaming/default.nix
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [blender prusa-slicer];
|
home.packages = with pkgs; [
|
||||||
|
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" = "{player_icon} {artist} - {title} {status_icon}";
|
"format" = "{status_icon} {artist} - {title} {player_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