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

Compare changes

Choose any two refs to compare.

Changed files
+14 -9
packetmix
homes
coded
systems
shorthair
+14 -3
packetmix/homes/coded/niri.nix
··· 22 22 "DP-1" = { 23 23 position = { 24 24 x = 5760; 25 - y = 0; 25 + y = 2160; 26 26 }; 27 27 mode = { 28 28 width = 3840; ··· 34 34 "DP-2" = { 35 35 position = { 36 36 x = 1920; 37 - y = 0; 37 + y = 2160; 38 38 }; 39 39 mode = { 40 40 width = 3840; ··· 43 43 }; 44 44 scale = 1; 45 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 + }; 46 57 "Dell Inc. DELL S2422HG BTTCK83" = { 47 58 position = { 48 59 x = 0; 49 - y = 540; 60 + y = 2700; 50 61 }; 51 62 mode = { 52 63 width = 1920;
-6
packetmix/systems/shorthair/flatpak.nix
··· 1 - # SPDX-FileCopyrightText: 2026 FreshlyBakedCake 2 - # 3 - # SPDX-License-Identifier: MIT 4 - { 5 - services.flatpak.enable = true; 6 - }