File tree Expand file tree Collapse file tree
browser/zen/profile-default Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 affinity-nix . url = "github:mrshmllow/affinity-nix" ;
5555 # anki-mcp.url = "github:ankimcp/anki-mcp-server-addon";
56+ # concord.url = "github:chojs23/concord";
5657 vicinae . url = "github:vicinaehq/vicinae" ; # Following nixpkgs makes cache miss
5758 vicinae-extensions . url = "github:vicinaehq/extensions" ;
5859 } ;
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ in rec {
242242 "affinity"
243243 "anki"
244244 "aw"
245+ # "discord"
245246 "kde-connect"
246247 "lan-mouse"
247248 "nix-direnv"
Original file line number Diff line number Diff line change 1+ {
2+ pkgs ,
3+ userVars ,
4+ ...
5+ } : {
6+ home-manager . users . ${ userVars . username } = {
7+ home . packages = with pkgs ; [
8+ # inputs.concord.packages.${pkgs.system}.default
9+ ] ;
10+ } ;
11+ }
You can’t perform that action at this time.
0 commit comments