Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Use wayland on Chrome

+4
+4
noah-home.nix
··· 11 11 }; 12 12 in 13 13 { 14 + home.sessionVariables = { 15 + NIXOS_OZONE_WL = "1"; 16 + }; 17 + 14 18 home.packages = with pkgs; [ 15 19 # main tool 16 20 firefox-devedition