You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{inputs, ... }:
{# you should only import these if you're system type allows for itimports=[inputs.evergarden.nixosModules.defaultinputs.evergarden.darwinModules.defaultinputs.evergarden.homeManagerModules.default];}
Enable the modules you want
{evergarden={enable=true;# enable all modulesvariant="winter";accent="red";# you can also specifically disable modulesalacritty.enable=false;# enable the cachecache.enable=true;};}
{lib, ... }:
let# assumeing we have access to the evergarden from the previous stepevgLib=import"${evergarden}/lib/default.nix"{inheritlib;};in{# you should only import these if you're system type allows for itimports=[(import"${evergarden}/modules/home-manager/default.nix"{inheritevgLib;})];}
Enable the modules you want
{evergarden={enable=true;# enable all modulesvariant="winter";accent="red";# you can also specifically disable modulesalacritty.enable=false;# enable the cachecache.enable=true;};}