(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(wired): add / update packages

74k1 02169956 27d8cb59

+30 -1
+23
hosts/nixos/wired/configuration.nix
··· 86 86 87 87 # amd CPU 88 88 "amd_pstate=active" 89 + 90 + # # custom edid 91 + # "drm.edid_firmware=DP-2:edid/custom1.bin" 89 92 ]; 90 93 plymouth = { 91 94 enable = true; ··· 287 290 ]; 288 291 }; 289 292 amdgpu.initrd.enable = true; 293 + 294 + # display.edid = { 295 + # enable = true; 296 + # packages = [ 297 + # (pkgs.runCommand "edid-custom" {} '' 298 + # mkdir -p "$out/lib/firmware/edid" 299 + # base64 -d > "$out/lib/firmware/edid/custom1.bin" << 'EOF' 300 + # AP///////wAAAAAAAAAAAAAAAQSgIBIABgAAAAAAAAAAAAAAAADRwNHF0crRzwEBAQEBAQEBlEOAkHI4KECAyDUA4A4RAAAcMUSAoHA4J0AwIDUA4A4RAAAa1TqAoHA4IkAwIDUA4A4RAAAaeT+AoHA4JEAwIDUA4A4RAAAaAJM= 301 + # EOF 302 + # '') 303 + # ]; 304 + # }; 290 305 }; 291 306 systemd.packages = [ pkgs.lact ]; 292 307 systemd.services.lactd.wantedBy = [ "multi-user.target" ]; ··· 303 318 CreateIPPPrinterQueues All 304 319 BrowseProtocols all 305 320 ''; 321 + }; 322 + 323 + services.gnome = { 324 + gnome-keyring.enable = true; 325 + gnome-online-accounts.enable = true; 326 + gnome-settings-daemon.enable = true; 327 + sushi.enable = true; 306 328 }; 307 329 308 330 # TEMP ··· 466 488 #alttab 467 489 #dconf 468 490 #xfce.xfce4-pulseaudio-plugin xfce.xfce4-whiskermenu-plugin xfce.xfce4-netload-plugin xfce.xfce4-genmon-plugin 491 + virtiofsd 469 492 ]; 470 493 471 494 virtualisation = {
+7 -1
hosts/nixos/wired/home.nix
··· 107 107 planify 108 108 109 109 pulsemixer 110 + gnome-solanum 110 111 qmk 111 112 vial 112 113 pkgs.stable.gaphor ··· 126 127 127 128 wezterm 128 129 ghostty 130 + bitwarden-desktop 129 131 # clipit 132 + universal-android-debloater 130 133 wired 131 134 zellij 132 135 zed-editor ··· 134 137 typst 135 138 moonlight-qt 136 139 parsec-bin 140 + gradia 137 141 138 142 # gui stuff 139 143 # brave ··· 143 147 # (inputs.zen-browser.packages."${system}".default.overrideAttrs (oldAttrs: { 144 148 # meta = {}; 145 149 # })) 150 + inputs.affinity-nix.packages."${system}".v3 146 151 # (inputs.affinity-nix.packages."${system}".photo.overrideAttrs (oldAttrs: { 147 152 # meta = {}; 148 153 # })) ··· 199 204 ouch 200 205 201 206 gnome-keyring 207 + gnome-clocks 202 208 # paper-plane 203 209 204 210 session-desktop ··· 233 239 snapshot 234 240 235 241 # zoom-us 236 - onlyoffice-bin 242 + onlyoffice-desktopeditors 237 243 238 244 wireshark 239 245