Your one-stop-cake-shop for everything Freshly Baked has to offer

feat: install orion via flatpak fix: update niri display positions

thecoded.prof 16fda810 58d7de16

verified
Changed files
+6 -14
packetmix
homes
coded
systems
shorthair
+3 -14
packetmix/homes/coded/niri.nix
··· 22 "DP-1" = { 23 position = { 24 x = 5760; 25 - y = 2160; 26 }; 27 mode = { 28 width = 3840; ··· 34 "DP-2" = { 35 position = { 36 x = 1920; 37 - y = 2160; 38 }; 39 mode = { 40 width = 3840; ··· 43 }; 44 scale = 1; 45 }; 46 - "LG Electronics LG TV SSCR2 0x01010101" = { 47 - position = { 48 - x = 1920; 49 - y = 0; 50 - }; 51 - mode = { 52 - width = 3840; 53 - height = 2160; 54 - refresh = 60.; 55 - }; 56 - }; 57 "Dell Inc. DELL S2422HG BTTCK83" = { 58 position = { 59 x = 0; 60 - y = 2700; 61 }; 62 mode = { 63 width = 1920;
··· 22 "DP-1" = { 23 position = { 24 x = 5760; 25 + y = 0; 26 }; 27 mode = { 28 width = 3840; ··· 34 "DP-2" = { 35 position = { 36 x = 1920; 37 + y = 0; 38 }; 39 mode = { 40 width = 3840; ··· 43 }; 44 scale = 1; 45 }; 46 "Dell Inc. DELL S2422HG BTTCK83" = { 47 position = { 48 x = 0; 49 + y = 540; 50 }; 51 mode = { 52 width = 1920;
+3
packetmix/systems/shorthair/flatpak.nix
···
··· 1 + { 2 + services.flatpak.enable = true; 3 + }